public static enum DefaultTicketSearchQueryBuilder.SearchType extends Enum<DefaultTicketSearchQueryBuilder.SearchType>
| Enum Constant and Description |
|---|
AllFields
Search all the fields
|
TicketIdOnly
Search only the ticket id field
|
| Modifier and Type | Method and Description |
|---|---|
static DefaultTicketSearchQueryBuilder.SearchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DefaultTicketSearchQueryBuilder.SearchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DefaultTicketSearchQueryBuilder.SearchType TicketIdOnly
public static final DefaultTicketSearchQueryBuilder.SearchType AllFields
public static DefaultTicketSearchQueryBuilder.SearchType[] values()
for (DefaultTicketSearchQueryBuilder.SearchType c : DefaultTicketSearchQueryBuilder.SearchType.values()) System.out.println(c);
public static DefaultTicketSearchQueryBuilder.SearchType 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 © 2017 SAP SE. All Rights Reserved.