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