Uses of Class
com.oracle.bmc.filestorage.model.CreateLdapIdmapDetails.SchemaType
-
Packages that use CreateLdapIdmapDetails.SchemaType Package Description com.oracle.bmc.filestorage.model -
-
Uses of CreateLdapIdmapDetails.SchemaType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return CreateLdapIdmapDetails.SchemaType Modifier and Type Method Description static CreateLdapIdmapDetails.SchemaTypeCreateLdapIdmapDetails.SchemaType. create(String key)CreateLdapIdmapDetails.SchemaTypeCreateLdapIdmapDetails. getSchemaType()Schema type of the LDAP account.static CreateLdapIdmapDetails.SchemaTypeCreateLdapIdmapDetails.SchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static CreateLdapIdmapDetails.SchemaType[]CreateLdapIdmapDetails.SchemaType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.model with parameters of type CreateLdapIdmapDetails.SchemaType Modifier and Type Method Description CreateLdapIdmapDetails.BuilderCreateLdapIdmapDetails.Builder. schemaType(CreateLdapIdmapDetails.SchemaType schemaType)Schema type of the LDAP account.Constructors in com.oracle.bmc.filestorage.model with parameters of type CreateLdapIdmapDetails.SchemaType Constructor Description CreateLdapIdmapDetails(CreateLdapIdmapDetails.SchemaType schemaType, Integer cacheRefreshIntervalSeconds, Integer cacheLifetimeSeconds, Integer negativeCacheLifetimeSeconds, String userSearchBase, String groupSearchBase, String outboundConnector1Id, String outboundConnector2Id)Deprecated.
-