Object/Trait

com.gu.contentapi.client.model.v1

TagsResponse

Related Docs: trait TagsResponse | package v1

Permalink

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

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

Type Members

  1. class Immutable extends TagsResponse

    Permalink

    The default read-only implementation of TagsResponse.

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

  2. trait Proxy extends TagsResponse

    Permalink

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CurrentPageField: TField

    Permalink
  5. val CurrentPageFieldManifest: Manifest[Int]

    Permalink
  6. object Immutable extends ThriftStructCodec3[TagsResponse] with Serializable

    Permalink
  7. val NoPassthroughFields: Map[Short, TFieldBlob]

    Permalink
  8. val PageSizeField: TField

    Permalink
  9. val PageSizeFieldManifest: Manifest[Int]

    Permalink
  10. val PagesField: TField

    Permalink
  11. val PagesFieldManifest: Manifest[Int]

    Permalink
  12. val ResultsField: TField

    Permalink
  13. val ResultsFieldManifest: Manifest[Seq[Tag]]

    Permalink
  14. val StartIndexField: TField

    Permalink
  15. val StartIndexFieldManifest: Manifest[Int]

    Permalink
  16. val StatusField: TField

    Permalink
  17. val StatusFieldManifest: Manifest[String]

    Permalink
  18. val Struct: TStruct

    Permalink
  19. val TotalField: TField

    Permalink
  20. val TotalFieldManifest: Manifest[Int]

    Permalink
  21. val UserTierField: TField

    Permalink
  22. val UserTierFieldManifest: Manifest[String]

    Permalink
  23. def apply(status: String, userTier: String, total: Int, startIndex: Int, pageSize: Int, currentPage: Int, pages: Int, results: Seq[Tag] = ...): TagsResponse

    Permalink
  24. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  25. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. def decode(_iprot: TProtocol): TagsResponse

    Permalink
    Definition Classes
    TagsResponse → ThriftStructCodec
  27. def encode(_item: TagsResponse, _oproto: TProtocol): Unit

    Permalink
    Definition Classes
    TagsResponse → ThriftStructCodec
  28. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  29. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  30. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Permalink

    Field information in declaration order.

  31. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  32. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  33. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. lazy val metaData: ThriftStructMetaData[TagsResponse]

    Permalink
    Definition Classes
    TagsResponse → ThriftStructCodec
  36. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  37. def newBuilder(): StructBuilder[TagsResponse]

    Permalink
    Definition Classes
    TagsResponse → StructBuilderFactory
  38. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  39. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  40. val structAnnotations: Map[String, String]

    Permalink
  41. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  42. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  43. def ttypeToString(byte: Byte): String

    Permalink
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  44. def unapply(_item: TagsResponse): Option[(String, String, Int, Int, Int, Int, Int, Seq[Tag])]

    Permalink
  45. def validate(_item: TagsResponse): Unit

    Permalink

    Checks that all required fields are non-null.

  46. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]

    Permalink
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  47. def validateNewInstance(item: TagsResponse): Seq[Issue]

    Permalink

    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
    TagsResponse → ValidatingThriftStructCodec3
  48. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  49. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. def withoutPassthroughFields(original: TagsResponse): TagsResponse

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from StructBuilderFactory[TagsResponse]

Inherited from ValidatingThriftStructCodec3[TagsResponse]

Inherited from ThriftStructCodec3[TagsResponse]

Inherited from ThriftStructCodec[TagsResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped