ConsentInformation.PrivacyOptionsRequirementStatus

public enum ConsentInformation.PrivacyOptionsRequirementStatus


隱私權選項規定狀態。

摘要

列舉值

NOT_REQUIRED

不需要隱私權選項進入點。

REQUIRED

必須提供隱私權選項進入點。

UNKNOWN

隱私權選項要求狀態不明。

公用方法

static ConsentInformation.PrivacyOptionsRequirementStatus

傳回此類型具有指定名稱的列舉常數。

static ConsentInformation.PrivacyOptionsRequirementStatus[]

傳回陣列,其中包含此列舉型別的常數,並按照宣告的順序排列。

公用方法

valueOf

public static ConsentInformation.PrivacyOptionsRequirementStatus valueOf(String name)

傳回此類型具有指定名稱的列舉常數。字串必須與用於宣告此類型中的列舉常數的 ID 完全相符。(不允許多餘的空白字元)。

傳回
ConsentInformation.PrivacyOptionsRequirementStatus

具有指定名稱的列舉常數

擲回
java.lang.IllegalArgumentException

如果這個列舉類型沒有具有指定名稱的常數

public static ConsentInformation.PrivacyOptionsRequirementStatus[] values()

傳回陣列,其中包含此列舉型別的常數,並按照宣告的順序排列。這個方法可用於迭代常數。

傳回
ConsentInformation.PrivacyOptionsRequirementStatus[]

陣列,其中包含此列舉型別的常數,並按照宣告的順序排列