Uses of Class
com.axway.apim.api.model.QuotaRestriction
-
Packages that use QuotaRestriction Package Description com.axway.apim.adapter.jackson com.axway.apim.api.model -
-
Uses of QuotaRestriction in com.axway.apim.adapter.jackson
Methods in com.axway.apim.adapter.jackson that return QuotaRestriction Modifier and Type Method Description QuotaRestrictionQuotaRestrictionDeserializer. deserialize(com.fasterxml.jackson.core.JsonParser jp, com.fasterxml.jackson.databind.DeserializationContext ctxt)Methods in com.axway.apim.adapter.jackson that return types with arguments of type QuotaRestriction Modifier and Type Method Description Class<QuotaRestriction>QuotaRestrictionSerializer. handledType()Methods in com.axway.apim.adapter.jackson with parameters of type QuotaRestriction Modifier and Type Method Description voidQuotaRestrictionSerializer. serialize(QuotaRestriction quotaRestriction, com.fasterxml.jackson.core.JsonGenerator jgen, com.fasterxml.jackson.databind.SerializerProvider provider)Constructor parameters in com.axway.apim.adapter.jackson with type arguments of type QuotaRestriction Constructor Description QuotaRestrictionSerializer(Class<QuotaRestriction> t) -
Uses of QuotaRestriction in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return types with arguments of type QuotaRestriction Modifier and Type Method Description List<QuotaRestriction>APIQuota. getRestrictions()Methods in com.axway.apim.api.model with parameters of type QuotaRestriction Modifier and Type Method Description booleanQuotaRestriction. isSameRestriction(QuotaRestriction otherRestriction, boolean ignoreAPI)Method parameters in com.axway.apim.api.model with type arguments of type QuotaRestriction Modifier and Type Method Description voidAPIQuota. setRestrictions(List<QuotaRestriction> restrictions)
-