Enum Constant and Description |
---|
POLICY_SESSION_REQUEST
Operation type indicating a combined request for
SpendingLimitReportRequest and SubscribeNotificationRequest |
SPENDING_LIMIT_REPORT_REQUEST
Operation type indicating a
SpendingLimitReportRequest |
SUBSCRIBE_NOTIFICATION_REQUEST
Operation type indicating a
SubscribeNotificationRequest |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getType() |
static Policy |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Policy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Policy SPENDING_LIMIT_REPORT_REQUEST
SpendingLimitReportRequest
public static final Policy SUBSCRIBE_NOTIFICATION_REQUEST
SubscribeNotificationRequest
public static final Policy POLICY_SESSION_REQUEST
SpendingLimitReportRequest
and SubscribeNotificationRequest
public static Policy[] values()
for (Policy c : Policy.values()) System.out.println(c);
public static Policy valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null