public static enum RevokeDeviceSessionArg.Tag extends java.lang.Enum<RevokeDeviceSessionArg.Tag>
RevokeDeviceSessionArg.| Enum Constant and Description |
|---|
DESKTOP_CLIENT
Unlink a linked desktop device.
|
MOBILE_CLIENT
Unlink a linked mobile device.
|
WEB_SESSION
End an active session.
|
| Modifier and Type | Method and Description |
|---|---|
static RevokeDeviceSessionArg.Tag |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static RevokeDeviceSessionArg.Tag[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RevokeDeviceSessionArg.Tag WEB_SESSION
public static final RevokeDeviceSessionArg.Tag DESKTOP_CLIENT
public static final RevokeDeviceSessionArg.Tag MOBILE_CLIENT
public static RevokeDeviceSessionArg.Tag[] values()
for (RevokeDeviceSessionArg.Tag c : RevokeDeviceSessionArg.Tag.values()) System.out.println(c);
public static RevokeDeviceSessionArg.Tag 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