Uses of Class
com.oracle.bmc.filestorage.model.UpdateLdapIdmapDetails.SchemaType
-
Packages that use UpdateLdapIdmapDetails.SchemaType Package Description com.oracle.bmc.filestorage.model -
-
Uses of UpdateLdapIdmapDetails.SchemaType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return UpdateLdapIdmapDetails.SchemaType Modifier and Type Method Description static UpdateLdapIdmapDetails.SchemaTypeUpdateLdapIdmapDetails.SchemaType. create(String key)UpdateLdapIdmapDetails.SchemaTypeUpdateLdapIdmapDetails. getSchemaType()Schema type of the LDAP account.static UpdateLdapIdmapDetails.SchemaTypeUpdateLdapIdmapDetails.SchemaType. valueOf(String name)Returns the enum constant of this type with the specified name.static UpdateLdapIdmapDetails.SchemaType[]UpdateLdapIdmapDetails.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 UpdateLdapIdmapDetails.SchemaType Modifier and Type Method Description UpdateLdapIdmapDetails.BuilderUpdateLdapIdmapDetails.Builder. schemaType(UpdateLdapIdmapDetails.SchemaType schemaType)Schema type of the LDAP account.Constructors in com.oracle.bmc.filestorage.model with parameters of type UpdateLdapIdmapDetails.SchemaType Constructor Description UpdateLdapIdmapDetails(UpdateLdapIdmapDetails.SchemaType schemaType, Integer cacheRefreshIntervalSeconds, Integer cacheLifetimeSeconds, Integer negativeCacheLifetimeSeconds, String userSearchBase, String groupSearchBase, String outboundConnector1Id, String outboundConnector2Id)Deprecated.
-