public static enum ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType extends Enum<ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType>
| Enum Constant and Description |
|---|
ORGANIZATION
Organization grantee type.
|
PERSON
Person grantee type.
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
static ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType PERSON
public static final ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType ORGANIZATION
public static ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType[] values()
for (ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType c : ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType.values()) System.out.println(c);
public static ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType 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 nullpublic String toString()
toString in class Enum<ServicePackageGrantSDK.ServicePackageGrantClient.GranteeType>Copyright © 2015 Covisint. All rights reserved.