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