Packages

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

Linear Supertypes
Serializable, StructBuilderFactory[ItemResponse], ValidatingThriftStructCodec3[ItemResponse], ThriftStructCodec3[ItemResponse], ThriftStructCodec[ItemResponse], AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ItemResponse
  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 ItemResponse

    The default read-only implementation of ItemResponse.

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

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 AudioField: TField
  5. val AudioFieldManifest: Manifest[Atom]
  6. val ChartField: TField
  7. val ChartFieldManifest: Manifest[Atom]
  8. val CommonsdivisionField: TField
  9. val CommonsdivisionFieldManifest: Manifest[Atom]
  10. val ContentField: TField
  11. val ContentFieldManifest: Manifest[Content]
  12. val CtaField: TField
  13. val CtaFieldManifest: Manifest[Atom]
  14. val CurrentPageField: TField
  15. val CurrentPageFieldManifest: Manifest[Int]
  16. val EditionField: TField
  17. val EditionFieldManifest: Manifest[Edition]
  18. val EditorsPicksField: TField
  19. val EditorsPicksFieldManifest: Manifest[Seq[Content]]
  20. val EmailsignupField: TField
  21. val EmailsignupFieldManifest: Manifest[Atom]
  22. val ExplainerField: TField
  23. val ExplainerFieldManifest: Manifest[Atom]
  24. val GuideField: TField
  25. val GuideFieldManifest: Manifest[Atom]
  26. val InteractiveField: TField
  27. val InteractiveFieldManifest: Manifest[Atom]
  28. val LeadContentField: TField
  29. val LeadContentFieldManifest: Manifest[Seq[Content]]
  30. val MediaField: TField
  31. val MediaFieldManifest: Manifest[Atom]
  32. val MostViewedField: TField
  33. val MostViewedFieldManifest: Manifest[Seq[Content]]
  34. val OrderByField: TField
  35. val OrderByFieldManifest: Manifest[String]
  36. val PackagesField: TField
  37. val PackagesFieldManifest: Manifest[Seq[Package]]
  38. val PageSizeField: TField
  39. val PageSizeFieldManifest: Manifest[Int]
  40. val PagesField: TField
  41. val PagesFieldManifest: Manifest[Int]
  42. val ProfileField: TField
  43. val ProfileFieldManifest: Manifest[Atom]
  44. val QandaField: TField
  45. val QandaFieldManifest: Manifest[Atom]
  46. val QuizField: TField
  47. val QuizFieldManifest: Manifest[Atom]
  48. val RecipeField: TField
  49. val RecipeFieldManifest: Manifest[Atom]
  50. val RelatedContentField: TField
  51. val RelatedContentFieldManifest: Manifest[Seq[Content]]
  52. val ResultsField: TField
  53. val ResultsFieldManifest: Manifest[Seq[Content]]
  54. val ReviewField: TField
  55. val ReviewFieldManifest: Manifest[Atom]
  56. val SectionField: TField
  57. val SectionFieldManifest: Manifest[Section]
  58. val StartIndexField: TField
  59. val StartIndexFieldManifest: Manifest[Int]
  60. val StatusField: TField
  61. val StatusFieldManifest: Manifest[String]
  62. val StoryPackageField: TField
  63. val StoryPackageFieldManifest: Manifest[Seq[Content]]
  64. val Struct: TStruct
  65. val TagField: TField
  66. val TagFieldManifest: Manifest[Tag]
  67. val TimelineField: TField
  68. val TimelineFieldManifest: Manifest[Atom]
  69. val TotalField: TField
  70. val TotalFieldManifest: Manifest[Int]
  71. val UserTierField: TField
  72. val UserTierFieldManifest: Manifest[String]
  73. val ViewpointsField: TField
  74. val ViewpointsFieldManifest: Manifest[Seq[Atom]]
  75. def apply(status: String, userTier: String, total: Option[Int] = _root_.scala.None, startIndex: Option[Int] = _root_.scala.None, pageSize: Option[Int] = _root_.scala.None, currentPage: Option[Int] = _root_.scala.None, pages: Option[Int] = _root_.scala.None, orderBy: Option[String] = _root_.scala.None, content: Option[Content] = _root_.scala.None, tag: Option[Tag] = _root_.scala.None, edition: Option[Edition] = _root_.scala.None, section: Option[Section] = _root_.scala.None, results: Option[Seq[Content]] = _root_.scala.None, quiz: Option[Atom] = _root_.scala.None, relatedContent: Option[Seq[Content]] = _root_.scala.None, storyPackage: Option[Seq[Content]] = _root_.scala.None, editorsPicks: Option[Seq[Content]] = _root_.scala.None, mostViewed: Option[Seq[Content]] = _root_.scala.None, leadContent: Option[Seq[Content]] = _root_.scala.None, packages: Option[Seq[Package]] = _root_.scala.None, viewpoints: Option[Seq[Atom]] = _root_.scala.None, media: Option[Atom] = _root_.scala.None, explainer: Option[Atom] = _root_.scala.None, cta: Option[Atom] = _root_.scala.None, interactive: Option[Atom] = _root_.scala.None, review: Option[Atom] = _root_.scala.None, recipe: Option[Atom] = _root_.scala.None, qanda: Option[Atom] = _root_.scala.None, guide: Option[Atom] = _root_.scala.None, profile: Option[Atom] = _root_.scala.None, timeline: Option[Atom] = _root_.scala.None, commonsdivision: Option[Atom] = _root_.scala.None, chart: Option[Atom] = _root_.scala.None, audio: Option[Atom] = _root_.scala.None, emailsignup: Option[Atom] = _root_.scala.None): ItemResponse
  76. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  77. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  78. def decode(_iprot: TProtocol): ItemResponse
    Definition Classes
    ItemResponse → ThriftStructCodec
  79. def encode(_item: ItemResponse, _oproto: TProtocol): Unit
    Definition Classes
    ItemResponse → ThriftStructCodec
  80. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  81. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  82. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

  83. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  84. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  85. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  86. lazy val metaData: ThriftStructMetaData[ItemResponse]
    Definition Classes
    ItemResponse → ThriftStructCodec
  87. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  88. def newBuilder(): StructBuilder[ItemResponse]
    Definition Classes
    ItemResponse → StructBuilderFactory
  89. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  90. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  91. val structAnnotations: Map[String, String]
  92. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  93. def toString(): String
    Definition Classes
    AnyRef → Any
  94. def ttypeToString(byte: Byte): String
    Attributes
    protected
    Definition Classes
    ThriftStructCodec3
  95. lazy val unsafeEmpty: ItemResponse
  96. def validate(_item: ItemResponse): Unit

    Checks that all required fields are non-null.

  97. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  98. final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  99. def validateInstanceValue(item: ItemResponse): Set[ThriftValidationViolation]

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Validate that all validation annotations on the struct meet the criteria defined in the corresponding com.twitter.scrooge.validation.ThriftConstraintValidator.

    Definition Classes
    ItemResponse → ValidatingThriftStructCodec3
  100. def validateNewInstance(item: ItemResponse): 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
    ItemResponse → ValidatingThriftStructCodec3
  101. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  102. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  103. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  104. def withoutPassthroughFields(original: ItemResponse): ItemResponse
  105. object Immutable extends ThriftStructCodec3[ItemResponse] with Serializable

Deprecated Value Members

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

    (Since version 9)

Inherited from Serializable

Inherited from StructBuilderFactory[ItemResponse]

Inherited from ValidatingThriftStructCodec3[ItemResponse]

Inherited from ThriftStructCodec3[ItemResponse]

Inherited from ThriftStructCodec[ItemResponse]

Inherited from AnyRef

Inherited from Any

Ungrouped