Object/Trait

com.gu.contentapi.client.model.v1

TagsResponse

Related Docs: trait TagsResponse | package v1

Permalink

object TagsResponse extends ThriftStructCodec3[TagsResponse] with Serializable

Linear Supertypes
Serializable, Serializable, ThriftStructCodec3[TagsResponse], ThriftStructCodec[TagsResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. TagsResponse
  2. Serializable
  3. Serializable
  4. ThriftStructCodec3
  5. ThriftStructCodec
  6. AnyRef
  7. 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 PageSizeField: TField

    Permalink
  8. val PageSizeFieldManifest: Manifest[Int]

    Permalink
  9. val PagesField: TField

    Permalink
  10. val PagesFieldManifest: Manifest[Int]

    Permalink
  11. val ResultsField: TField

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

    Permalink
  13. val StartIndexField: TField

    Permalink
  14. val StartIndexFieldManifest: Manifest[Int]

    Permalink
  15. val StatusField: TField

    Permalink
  16. val StatusFieldManifest: Manifest[String]

    Permalink
  17. val Struct: TStruct

    Permalink
  18. val TotalField: TField

    Permalink
  19. val TotalFieldManifest: Manifest[Int]

    Permalink
  20. val UserTierField: TField

    Permalink
  21. val UserTierFieldManifest: Manifest[String]

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

    Permalink
  23. final def asInstanceOf[T0]: T0

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

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

    Permalink
    Definition Classes
    TagsResponse → ThriftStructCodec
  26. val decoder: (TProtocol) ⇒ TagsResponse

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

    Permalink
    Definition Classes
    TagsResponse → ThriftStructCodec
  28. val encoder: (TagsResponse, TProtocol) ⇒ Unit

    Permalink
    Definition Classes
    ThriftStructCodec3 → ThriftStructCodec
  29. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink

    Field information in declaration order.

  32. def finalize(): Unit

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

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

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

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

    Permalink
    Definition Classes
    ThriftStructCodec
  37. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  38. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  40. lazy 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[Product8[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 wait(): Unit

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

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

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

    Permalink

Inherited from Serializable

Inherited from Serializable

Inherited from ThriftStructCodec3[TagsResponse]

Inherited from ThriftStructCodec[TagsResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped