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 DeeplyReadField: TField
  17. val DeeplyReadFieldManifest: Manifest[Seq[Content]]
  18. val EditionField: TField
  19. val EditionFieldManifest: Manifest[Edition]
  20. val EditorsPicksField: TField
  21. val EditorsPicksFieldManifest: Manifest[Seq[Content]]
  22. val EmailsignupField: TField
  23. val EmailsignupFieldManifest: Manifest[Atom]
  24. val ExplainerField: TField
  25. val ExplainerFieldManifest: Manifest[Atom]
  26. val GuideField: TField
  27. val GuideFieldManifest: Manifest[Atom]
  28. val InteractiveField: TField
  29. val InteractiveFieldManifest: Manifest[Atom]
  30. val LeadContentField: TField
  31. val LeadContentFieldManifest: Manifest[Seq[Content]]
  32. val MediaField: TField
  33. val MediaFieldManifest: Manifest[Atom]
  34. val MostViewedField: TField
  35. val MostViewedFieldManifest: Manifest[Seq[Content]]
  36. val OrderByField: TField
  37. val OrderByFieldManifest: Manifest[String]
  38. val PackagesField: TField
  39. val PackagesFieldManifest: Manifest[Seq[Package]]
  40. val PageSizeField: TField
  41. val PageSizeFieldManifest: Manifest[Int]
  42. val PagesField: TField
  43. val PagesFieldManifest: Manifest[Int]
  44. val ProfileField: TField
  45. val ProfileFieldManifest: Manifest[Atom]
  46. val QandaField: TField
  47. val QandaFieldManifest: Manifest[Atom]
  48. val QuizField: TField
  49. val QuizFieldManifest: Manifest[Atom]
  50. val RecipeField: TField
  51. val RecipeFieldManifest: Manifest[Atom]
  52. val RelatedContentField: TField
  53. val RelatedContentFieldManifest: Manifest[Seq[Content]]
  54. val ResultsField: TField
  55. val ResultsFieldManifest: Manifest[Seq[Content]]
  56. val ReviewField: TField
  57. val ReviewFieldManifest: Manifest[Atom]
  58. val SectionField: TField
  59. val SectionFieldManifest: Manifest[Section]
  60. val StartIndexField: TField
  61. val StartIndexFieldManifest: Manifest[Int]
  62. val StatusField: TField
  63. val StatusFieldManifest: Manifest[String]
  64. val StoryPackageField: TField
  65. val StoryPackageFieldManifest: Manifest[Seq[Content]]
  66. val Struct: TStruct
  67. val TagField: TField
  68. val TagFieldManifest: Manifest[Tag]
  69. val TimelineField: TField
  70. val TimelineFieldManifest: Manifest[Atom]
  71. val TotalField: TField
  72. val TotalFieldManifest: Manifest[Int]
  73. val UserTierField: TField
  74. val UserTierFieldManifest: Manifest[String]
  75. val ViewpointsField: TField
  76. val ViewpointsFieldManifest: Manifest[Seq[Atom]]
  77. 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, deeplyRead: Option[Seq[Content]] = _root_.scala.None): ItemResponse
  78. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  79. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  80. def decode(_iprot: TProtocol): ItemResponse
    Definition Classes
    ItemResponse → ThriftStructCodec
  81. def encode(_item: ItemResponse, _oproto: TProtocol): Unit
    Definition Classes
    ItemResponse → ThriftStructCodec
  82. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  83. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  84. lazy val fieldInfos: List[ThriftStructFieldInfo]

    Field information in declaration order.

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

    Checks that all required fields are non-null.

  99. final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  100. final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
    Attributes
    protected
    Definition Classes
    ValidatingThriftStructCodec3
  101. 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
  102. 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
  103. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  104. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  105. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  106. def withoutPassthroughFields(original: ItemResponse): ItemResponse
  107. 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