public enum GoogleAppsProvisioningType extends Enum<GoogleAppsProvisioningType>
Java class for googleAppsProvisioningType.
The following schema fragment specifies the expected content contained within this class.
<simpleType name="googleAppsProvisioningType"> <restriction base="{http://www.w3.org/2001/XMLSchema}string"> <enumeration value="UserAccounts"/> <enumeration value="Groups"/> <enumeration value="OrganizationUnits"/> </restriction> </simpleType>
Enum Constant and Description |
---|
GROUPS |
ORGANIZATION_UNITS |
USER_ACCOUNTS |
Modifier and Type | Method and Description |
---|---|
static GoogleAppsProvisioningType |
fromValue(String v) |
String |
value() |
static GoogleAppsProvisioningType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GoogleAppsProvisioningType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GoogleAppsProvisioningType USER_ACCOUNTS
public static final GoogleAppsProvisioningType GROUPS
public static final GoogleAppsProvisioningType ORGANIZATION_UNITS
public static GoogleAppsProvisioningType[] values()
for (GoogleAppsProvisioningType c : GoogleAppsProvisioningType.values()) System.out.println(c);
public static GoogleAppsProvisioningType 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 value()
public static GoogleAppsProvisioningType fromValue(String v)
Copyright © 2005-2024 LSC project. All Rights Reserved.