Uses of Class
com.oracle.bmc.filestorage.model.QuotaRule.PrincipalType
-
Packages that use QuotaRule.PrincipalType Package Description com.oracle.bmc.filestorage.model -
-
Uses of QuotaRule.PrincipalType in com.oracle.bmc.filestorage.model
Methods in com.oracle.bmc.filestorage.model that return QuotaRule.PrincipalType Modifier and Type Method Description static QuotaRule.PrincipalType
QuotaRule.PrincipalType. create(String key)
QuotaRule.PrincipalType
QuotaRule. getPrincipalType()
The type of the owner of this quota rule and usage.static QuotaRule.PrincipalType
QuotaRule.PrincipalType. valueOf(String name)
Returns the enum constant of this type with the specified name.static QuotaRule.PrincipalType[]
QuotaRule.PrincipalType. 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 QuotaRule.PrincipalType Modifier and Type Method Description QuotaRule.Builder
QuotaRule.Builder. principalType(QuotaRule.PrincipalType principalType)
The type of the owner of this quota rule and usage.Constructors in com.oracle.bmc.filestorage.model with parameters of type QuotaRule.PrincipalType Constructor Description QuotaRule(String id, String fileSystemId, QuotaRule.PrincipalType principalType, Integer principalId, Boolean isHardQuota, String displayName, Integer quotaLimitInGigabytes, Date timeCreated, Date timeUpdated)
Deprecated.
-