object ItemResponse extends ValidatingThriftStructCodec3[ItemResponse] with StructBuilderFactory[ItemResponse] with Serializable
- Alphabetic
- By Inheritance
- ItemResponse
- Serializable
- StructBuilderFactory
- ValidatingThriftStructCodec3
- ThriftStructCodec3
- ThriftStructCodec
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- 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
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val AudioField: TField
- val AudioFieldManifest: Manifest[Atom]
- val ChartField: TField
- val ChartFieldManifest: Manifest[Atom]
- val CommonsdivisionField: TField
- val CommonsdivisionFieldManifest: Manifest[Atom]
- val ContentField: TField
- val ContentFieldManifest: Manifest[Content]
- val CtaField: TField
- val CtaFieldManifest: Manifest[Atom]
- val CurrentPageField: TField
- val CurrentPageFieldManifest: Manifest[Int]
- val EditionField: TField
- val EditionFieldManifest: Manifest[Edition]
- val EditorsPicksField: TField
- val EditorsPicksFieldManifest: Manifest[Seq[Content]]
- val EmailsignupField: TField
- val EmailsignupFieldManifest: Manifest[Atom]
- val ExplainerField: TField
- val ExplainerFieldManifest: Manifest[Atom]
- val GuideField: TField
- val GuideFieldManifest: Manifest[Atom]
- val InteractiveField: TField
- val InteractiveFieldManifest: Manifest[Atom]
- val LeadContentField: TField
- val LeadContentFieldManifest: Manifest[Seq[Content]]
- val MediaField: TField
- val MediaFieldManifest: Manifest[Atom]
- val MostViewedField: TField
- val MostViewedFieldManifest: Manifest[Seq[Content]]
- val OrderByField: TField
- val OrderByFieldManifest: Manifest[String]
- val PackagesField: TField
- val PackagesFieldManifest: Manifest[Seq[Package]]
- val PageSizeField: TField
- val PageSizeFieldManifest: Manifest[Int]
- val PagesField: TField
- val PagesFieldManifest: Manifest[Int]
- val ProfileField: TField
- val ProfileFieldManifest: Manifest[Atom]
- val QandaField: TField
- val QandaFieldManifest: Manifest[Atom]
- val QuizField: TField
- val QuizFieldManifest: Manifest[Atom]
- val RecipeField: TField
- val RecipeFieldManifest: Manifest[Atom]
- val RelatedContentField: TField
- val RelatedContentFieldManifest: Manifest[Seq[Content]]
- val ResultsField: TField
- val ResultsFieldManifest: Manifest[Seq[Content]]
- val ReviewField: TField
- val ReviewFieldManifest: Manifest[Atom]
- val SectionField: TField
- val SectionFieldManifest: Manifest[Section]
- val StartIndexField: TField
- val StartIndexFieldManifest: Manifest[Int]
- val StatusField: TField
- val StatusFieldManifest: Manifest[String]
- val StoryPackageField: TField
- val StoryPackageFieldManifest: Manifest[Seq[Content]]
- val Struct: TStruct
- val TagField: TField
- val TagFieldManifest: Manifest[Tag]
- val TimelineField: TField
- val TimelineFieldManifest: Manifest[Atom]
- val TotalField: TField
- val TotalFieldManifest: Manifest[Int]
- val UserTierField: TField
- val UserTierFieldManifest: Manifest[String]
- val ViewpointsField: TField
- val ViewpointsFieldManifest: Manifest[Seq[Atom]]
- 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
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
- def decode(_iprot: TProtocol): ItemResponse
- Definition Classes
- ItemResponse → ThriftStructCodec
- def encode(_item: ItemResponse, _oproto: TProtocol): Unit
- Definition Classes
- ItemResponse → ThriftStructCodec
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- lazy val fieldInfos: List[ThriftStructFieldInfo]
Field information in declaration order.
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @IntrinsicCandidate() @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val metaData: ThriftStructMetaData[ItemResponse]
- Definition Classes
- ItemResponse → ThriftStructCodec
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newBuilder(): StructBuilder[ItemResponse]
- Definition Classes
- ItemResponse → StructBuilderFactory
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- val structAnnotations: Map[String, String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- def ttypeToString(byte: Byte): String
- Attributes
- protected
- Definition Classes
- ThriftStructCodec3
- lazy val unsafeEmpty: ItemResponse
- def validate(_item: ItemResponse): Unit
Checks that all required fields are non-null.
- final def validateField[U <: ValidatingThriftStruct[U]](any: Any): Seq[Issue]
- Attributes
- protected
- Definition Classes
- ValidatingThriftStructCodec3
- final def validateFieldValue[U <: ValidatingThriftStruct[U]](fieldName: String, fieldValue: Any, fieldAnnotations: Map[String, String], thriftValidatorOpt: Option[ThriftValidator]): Set[ThriftValidationViolation]
- Attributes
- protected
- Definition Classes
- ValidatingThriftStructCodec3
- 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
- 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
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- def withoutPassthroughFields(original: ItemResponse): ItemResponse
- object Immutable extends ThriftStructCodec3[ItemResponse] with Serializable
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)