ConsentInformation.PrivacyOptionsRequirementStatus

public enum ConsentInformation.PrivacyOptionsRequirementStatus


プライバシー オプションの要件のステータス。

概要

列挙値

NOT_REQUIRED

プライバシー オプションのエントリ ポイントは必須ではありません。

REQUIRED

プライバシー オプションのエントリ ポイントは必須です。

UNKNOWN

プライバシー オプションの要件のステータスは不明です。

パブリック メソッド

static ConsentInformation.PrivacyOptionsRequirementStatus

指定された名前のこの型の列挙型定数を返します。

static ConsentInformation.PrivacyOptionsRequirementStatus[]

宣言された順でこの列挙型の定数を含む配列を返します。

列挙値

NOT_REQUIRED

ConsentInformation.PrivacyOptionsRequirementStatus ConsentInformation.PrivacyOptionsRequirementStatus.NOT_REQUIRED

プライバシー オプションのエントリ ポイントは必須ではありません。

REQUIRED

ConsentInformation.PrivacyOptionsRequirementStatus ConsentInformation.PrivacyOptionsRequirementStatus.REQUIRED

プライバシー オプションのエントリ ポイントは必須です。

不明

ConsentInformation.PrivacyOptionsRequirementStatus ConsentInformation.PrivacyOptionsRequirementStatus.UNKNOWN

プライバシー オプションの要件のステータスは不明です。

パブリック メソッド

valueOf

public static ConsentInformation.PrivacyOptionsRequirementStatus valueOf(String name)

指定された名前のこの型の列挙型定数を返します。文字列は、この型で列挙型定数を宣言する識別子と完全に一致する必要があります。(余分な空白文字は許可されません)。

戻り値
ConsentInformation.PrivacyOptionsRequirementStatus

指定された名前を持つ列挙型定数

例外
java.lang.IllegalArgumentException

この列挙型が指定された名前の定数を持たない場合

values

public static ConsentInformation.PrivacyOptionsRequirementStatus[] values()

宣言された順でこの列挙型の定数を含む配列を返します。このメソッドは定数を反復するために使用します。

戻り値
ConsentInformation.PrivacyOptionsRequirementStatus[]

この列挙型の定数を含む、宣言された順の配列