public static enum CustomerRequestQuery.REQUEST_OWNERSHIP extends Enum<CustomerRequestQuery.REQUEST_OWNERSHIP>
Enum Constant and Description |
---|
ALL_ORGANIZATIONS |
ALL_REQUESTS |
ORGANIZATION |
OWNED_REQUESTS |
PARTICIPATED_REQUESTS |
Modifier and Type | Method and Description |
---|---|
static CustomerRequestQuery.REQUEST_OWNERSHIP |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CustomerRequestQuery.REQUEST_OWNERSHIP[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CustomerRequestQuery.REQUEST_OWNERSHIP OWNED_REQUESTS
public static final CustomerRequestQuery.REQUEST_OWNERSHIP PARTICIPATED_REQUESTS
public static final CustomerRequestQuery.REQUEST_OWNERSHIP ALL_REQUESTS
public static final CustomerRequestQuery.REQUEST_OWNERSHIP ORGANIZATION
public static final CustomerRequestQuery.REQUEST_OWNERSHIP ALL_ORGANIZATIONS
public static CustomerRequestQuery.REQUEST_OWNERSHIP[] values()
for (CustomerRequestQuery.REQUEST_OWNERSHIP c : CustomerRequestQuery.REQUEST_OWNERSHIP.values()) System.out.println(c);
public static CustomerRequestQuery.REQUEST_OWNERSHIP 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 Atlassian. All rights reserved.