Uses of Class
com.axway.apim.api.model.QuotaRestrictionType
-
Packages that use QuotaRestrictionType Package Description com.axway.apim.api.model -
-
Uses of QuotaRestrictionType in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return QuotaRestrictionType Modifier and Type Method Description QuotaRestrictionTypeQuotaRestriction. getType()static QuotaRestrictionTypeQuotaRestrictionType. valueOf(String name)Returns the enum constant of this type with the specified name.static QuotaRestrictionType[]QuotaRestrictionType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.axway.apim.api.model with parameters of type QuotaRestrictionType Modifier and Type Method Description voidQuotaRestriction. setType(QuotaRestrictionType type)
-