public static enum SupportTicketCreateRequest.ContactType extends Enum<SupportTicketCreateRequest.ContactType>
Modifier and Type | Method and Description |
---|---|
static SupportTicketCreateRequest.ContactType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SupportTicketCreateRequest.ContactType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SupportTicketCreateRequest.ContactType PHONE
public static final SupportTicketCreateRequest.ContactType EMAIL
public static SupportTicketCreateRequest.ContactType[] values()
for (SupportTicketCreateRequest.ContactType c : SupportTicketCreateRequest.ContactType.values()) System.out.println(c);
public static SupportTicketCreateRequest.ContactType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2023 iland Internet Solutions, Corp. All rights reserved.