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