object Block extends ValidatingThriftStructCodec3[Block] with StructBuilderFactory[Block] with Serializable

Linear Supertypes
Serializable, StructBuilderFactory[Block], ValidatingThriftStructCodec3[Block], ThriftStructCodec3[Block], ThriftStructCodec[Block], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Block
  2. Serializable
  3. StructBuilderFactory
  4. ValidatingThriftStructCodec3
  5. ThriftStructCodec3
  6. ThriftStructCodec
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Type Members

  1. class Immutable extends Block

    The default read-only implementation of Block.

    The default read-only implementation of Block. You typically should not need to directly reference this class; instead, use the Block.apply method to construct new instances.

  2. trait Proxy extends Block

    This Proxy trait allows you to extend the Block trait with additional state or behavior and implement the read-only methods from Block using an underlying instance.

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val AttributesField: TField
  5. val AttributesFieldManifest: Manifest[BlockAttributes]
  6. val BodyHtmlField: TField
  7. val BodyHtmlFieldManifest: Manifest[String]
  8. val BodyTextSummaryField: TField
  9. val BodyTextSummaryFieldManifest: Manifest[String]
  10. val ContributorsField: TField
  11. val ContributorsFieldManifest: Manifest[Seq[String]]
  12. val CreatedByField: TField
  13. val CreatedByFieldManifest: Manifest[User]
  14. val CreatedDateField: TField
  15. val CreatedDateFieldManifest: Manifest[CapiDateTime]
  16. val ElementsField: TField
  17. val ElementsFieldManifest: Manifest[Seq[BlockElement]]
  18. val FirstPublishedDateField: TField
  19. val FirstPublishedDateFieldManifest: Manifest[CapiDateTime]
  20. val IdField: TField
  21. val IdFieldManifest: Manifest[String]
  22. val LastModifiedByField: TField
  23. val LastModifiedByFieldManifest: Manifest[User]
  24. val LastModifiedDateField: TField
  25. val LastModifiedDateFieldManifest: Manifest[CapiDateTime]
  26. val NoPassthroughFields: Map[Short, TFieldBlob]
  27. val PublishedDateField: TField
  28. val PublishedDateFieldManifest: Manifest[CapiDateTime]
  29. val PublishedField: TField
  30. val PublishedFieldManifest: Manifest[Boolean]
  31. val Struct: TStruct
  32. val TitleField: TField
  33. val TitleFieldManifest: Manifest[String]
  34. def apply(id: String, bodyHtml: String, bodyTextSummary: String, title: Option[String] = _root_.scala.None, attributes: BlockAttributes, published: Boolean, createdDate: Option[CapiDateTime] = _root_.scala.None, firstPublishedDate: Option[CapiDateTime] = _root_.scala.None, publishedDate: Option[CapiDateTime] = _root_.scala.None, lastModifiedDate: Option[CapiDateTime] = _root_.scala.None, contributors: Seq[String] = _root_.scala.collection.immutable.Nil, createdBy: Option[User] = _root_.scala.None, lastModifiedBy: Option[User] = _root_.scala.None, elements: Seq[BlockElement] = Seq()): Block
  35. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  36. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException])
  37. def decode(_iprot: TProtocol): Block
    Definition Classes
    Block → ThriftStructCodec
  38. def encode(_item: Block, _oproto: TProtocol): Unit
    Definition Classes
    Block → ThriftStructCodec
  39. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  41. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  42. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
  44. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  45. lazy val metaData: ThriftStructMetaData[Block]
    Definition Classes
    Block → ThriftStructCodec
  46. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  47. def newBuilder(): StructBuilder[Block]
    Definition Classes
    Block → StructBuilderFactory
  48. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  49. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  50. val structAnnotations: Map[String, String]
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  54. def unapply(_item: Block): Option[(String, String, String, Option[String], BlockAttributes, Boolean, Option[CapiDateTime], Option[CapiDateTime], Option[CapiDateTime], Option[CapiDateTime], Seq[String], Option[User], Option[User], Seq[BlockElement])]
  55. def validate(_item: Block): Unit

    Checks that all required fields are non-null.

  56. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  57. def validateNewInstance(item: Block): Seq[Issue]

    Checks that the struct is a valid as a new instance.

    Checks that the struct is a valid as a new instance. If there are any missing required or construction required fields, return a non-empty list.

    Definition Classes
    Block → ValidatingThriftStructCodec3
  58. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  59. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  60. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  61. def withoutPassthroughFields(original: Block): Block
  62. object Immutable extends ThriftStructCodec3[Block] with Serializable

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from StructBuilderFactory[Block]

Inherited from ValidatingThriftStructCodec3[Block]

Inherited from ThriftStructCodec3[Block]

Inherited from ThriftStructCodec[Block]

Inherited from AnyRef

Inherited from Any

Ungrouped