public static enum UpdateLdapIdmapDetails.SchemaType extends Enum<UpdateLdapIdmapDetails.SchemaType> implements BmcEnum
Schema type of the LDAP account.
Enum Constant and Description |
---|
Rfc2307 |
Modifier and Type | Method and Description |
---|---|
static UpdateLdapIdmapDetails.SchemaType |
create(String key) |
String |
getValue() |
static UpdateLdapIdmapDetails.SchemaType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UpdateLdapIdmapDetails.SchemaType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UpdateLdapIdmapDetails.SchemaType Rfc2307
public static UpdateLdapIdmapDetails.SchemaType[] values()
for (UpdateLdapIdmapDetails.SchemaType c : UpdateLdapIdmapDetails.SchemaType.values()) System.out.println(c);
public static UpdateLdapIdmapDetails.SchemaType 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 static UpdateLdapIdmapDetails.SchemaType create(String key)
Copyright © 2016–2024. All rights reserved.