Uses of Class
com.oracle.bmc.filestorage.requests.ListQuotaRulesRequest.PrincipalType
-
Packages that use ListQuotaRulesRequest.PrincipalType Package Description com.oracle.bmc.filestorage.requests -
-
Uses of ListQuotaRulesRequest.PrincipalType in com.oracle.bmc.filestorage.requests
Methods in com.oracle.bmc.filestorage.requests that return ListQuotaRulesRequest.PrincipalType Modifier and Type Method Description static ListQuotaRulesRequest.PrincipalTypeListQuotaRulesRequest.PrincipalType. create(String key)ListQuotaRulesRequest.PrincipalTypeListQuotaRulesRequest. getPrincipalType()The type of the owner of this quota rule and usage.static ListQuotaRulesRequest.PrincipalTypeListQuotaRulesRequest.PrincipalType. valueOf(String name)Returns the enum constant of this type with the specified name.static ListQuotaRulesRequest.PrincipalType[]ListQuotaRulesRequest.PrincipalType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.filestorage.requests with parameters of type ListQuotaRulesRequest.PrincipalType Modifier and Type Method Description ListQuotaRulesRequest.BuilderListQuotaRulesRequest.Builder. principalType(ListQuotaRulesRequest.PrincipalType principalType)The type of the owner of this quota rule and usage.
-