Package com.pubmatic.sdk.common.models
Enum POBDSAComplianceStatus
-
- All Implemented Interfaces:
-
java.io.Serializable,kotlin.Comparable
public enum POBDSAComplianceStatus extends Enum<POBDSAComplianceStatus>
DSA (Digital Services Act) required flag
-
-
Enum Constant Summary
Enum Constants Enum Constant Description NOT_REQUIREDNot required
OPTIONALSupported, bid responses with or without the DSA object will be accepted
REQUIREDRequired, bid responses without a DSA object will not be accepted
REQUIRED_PUB_ONLINE_PLATFORMRequired, bid responses without DSA object will not be accepted, Publisher is an Online Platform
-
Method Summary
Modifier and Type Method Description final POBDSAComplianceStatusvalueOf(String value)Returns the enum constant of this type with the specified name. final Array<POBDSAComplianceStatus>values()Returns an array containing the constants of this enum type, in the order they're declared. final IntegergetValue()-
-
Method Detail
-
valueOf
final POBDSAComplianceStatus valueOf(String value)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
-
values
final Array<POBDSAComplianceStatus> values()
Returns an array containing the constants of this enum type, in the order they're declared.
This method may be used to iterate over the constants.
-
-
-
-