object LossReason extends GeneratedEnumCompanion[LossReason]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LossReason
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Type Members
- sealed trait Recognized extends LossReason
- final case class Unrecognized(unrecognizedValue: Int) extends LossReason with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = LossReason
- Definition Classes
- GeneratedEnumCompanion
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
- 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()
- implicit def enumCompanion: GeneratedEnumCompanion[LossReason]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[LossReason]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): LossReason
- Definition Classes
- LossReason → GeneratedEnumCompanion
- 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
- def javaDescriptor: EnumDescriptor
- Definition Classes
- LossReason → GeneratedEnumCompanion
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @IntrinsicCandidate() @native()
- def scalaDescriptor: EnumDescriptor
- Definition Classes
- LossReason → GeneratedEnumCompanion
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- AnyRef → Any
- lazy val values: Seq[ValueType]
- Definition Classes
- LossReason → GeneratedEnumCompanion
- 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])
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- case object LOSS_REASON_BELOW_AUCTION_FLOOR extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_BELOW_DEAL_FLOOR extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_BID_WON extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_ADVERTISER_EXCLUSIONS extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_AD_TYPE_EXCLUSIONS extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_ANIMATION_TOO_LONG extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_CATEGORY_EXCLUSIONS extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_CREATIVE_ATTRIBUTE_EXCLUSIONS extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_DISAPPROVED extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_GENERAL extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_INCORRECT_CREATIVE_FORMAT extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_LANGUAGE_EXCLUSIONS extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_NOT_ALLOWED_IN_DEAL extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_NOT_SECURE extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_PENDING_PROCESSING extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_CREATIVE_FILTERED_SIZE_NOT_ALLOWED extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_IMPRESSION_OPPORTUNITY_EXPIRED extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_INTERNAL_ERROR extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_INVALID_ADVERTISER_DOMAIN extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_INVALID_AUCTION_ID extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_INVALID_BID_RESPONSE extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_INVALID_DEAL_ID extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_LOST_TO_A_DEAL extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_LOST_TO_HIGHER_BID extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_MISSING_BID_PRICE extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_MISSING_CREATIVE_APPROVAL_DATA extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_MISSING_CREATIVE_ID extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_MISSING_MARKUP extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object LOSS_REASON_SEAT_BLOCKED extends LossReason with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated
(Since version 9)