object AuditStatusCode extends GeneratedEnumCompanion[AuditStatusCode]
- Alphabetic
- By Inheritance
- AuditStatusCode
- GeneratedEnumCompanion
- Serializable
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Type Members
- sealed trait Recognized extends AuditStatusCode
- final case class Unrecognized(unrecognizedValue: Int) extends AuditStatusCode with UnrecognizedEnum with Product with Serializable
- Annotations
- @SerialVersionUID()
- type ValueType = AuditStatusCode
- 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[AuditStatusCode]
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def fromName(name: String): Option[AuditStatusCode]
- Definition Classes
- GeneratedEnumCompanion
- def fromValue(__value: Int): AuditStatusCode
- Definition Classes
- AuditStatusCode → 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
- AuditStatusCode → 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
- AuditStatusCode → 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
- AuditStatusCode → 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 AUDIT_STATUS_CODE_APPROVED extends AuditStatusCode with Recognized with Product with Serializable
The audit is complete and the ad is approved for use.
The audit is complete and the ad is approved for use. Note, however, that some attributes (e.g., "adomain", "cat", "attr", etc.) may have been changed in the process by the auditor.
- Annotations
- @SerialVersionUID()
- case object AUDIT_STATUS_CODE_CHANGED extends AuditStatusCode with Recognized with Product with Serializable
Resubmission Requested: A version of the ad has been detected in use that is materially different from the version that was previously audited, which may result in rejection during use until the ad is resubmitted for audit and approved.
Resubmission Requested: A version of the ad has been detected in use that is materially different from the version that was previously audited, which may result in rejection during use until the ad is resubmitted for audit and approved. Vendors need to communicate offline as to the criteria that constitutes a material change.
- Annotations
- @SerialVersionUID()
- case object AUDIT_STATUS_CODE_DENIED extends AuditStatusCode with Recognized with Product with Serializable
The audit is complete, but the ad has been found unacceptable in some material aspect and is disapproved for use.
The audit is complete, but the ad has been found unacceptable in some material aspect and is disapproved for use.
- Annotations
- @SerialVersionUID()
- case object AUDIT_STATUS_CODE_INVALID extends AuditStatusCode with Recognized with Product with Serializable
- Annotations
- @SerialVersionUID()
- case object AUDIT_STATUS_CODE_PENDING_AUDIT extends AuditStatusCode with Recognized with Product with Serializable
An audit has not yet been completed on this ad.
An audit has not yet been completed on this ad. A recommendation cannot be made to use this ad, but vendors' policies may override.
- Annotations
- @SerialVersionUID()
- case object AUDIT_STATUS_CODE_PRE_APPROVED extends AuditStatusCode with Recognized with Product with Serializable
An audit has not yet been completed on this ad.
An audit has not yet been completed on this ad. Subject to vendors' policies, it can be recommended for use. However, once the audit has been completed, its status will change and it may or may not be approved for continued use.
- 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)