public static enum GenTicketTypeRequest.TicketType extends java.lang.Enum<GenTicketTypeRequest.TicketType>
| Enum Constant and Description |
|---|
CROSSCLUSTER |
DEFAULT |
SERVICE |
SERVICEWITHIMPERSONATION |
TENANT |
| Modifier and Type | Method and Description |
|---|---|
static GenTicketTypeRequest.TicketType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GenTicketTypeRequest.TicketType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GenTicketTypeRequest.TicketType SERVICE
public static final GenTicketTypeRequest.TicketType CROSSCLUSTER
public static final GenTicketTypeRequest.TicketType SERVICEWITHIMPERSONATION
public static final GenTicketTypeRequest.TicketType DEFAULT
public static final GenTicketTypeRequest.TicketType TENANT
public static GenTicketTypeRequest.TicketType[] values()
for (GenTicketTypeRequest.TicketType c : GenTicketTypeRequest.TicketType.values()) System.out.println(c);
public static GenTicketTypeRequest.TicketType 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