Uses of Class
com.axway.apim.api.model.APISpecIncludeExcludeFilter
-
Packages that use APISpecIncludeExcludeFilter Package Description com.axway.apim.api.model -
-
Uses of APISpecIncludeExcludeFilter in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return types with arguments of type APISpecIncludeExcludeFilter Modifier and Type Method Description List<APISpecIncludeExcludeFilter>APISpecificationFilter. getExclude()List<APISpecIncludeExcludeFilter>APISpecificationFilter. getInclude()Method parameters in com.axway.apim.api.model with type arguments of type APISpecIncludeExcludeFilter Modifier and Type Method Description voidAPISpecificationFilter. setExclude(List<APISpecIncludeExcludeFilter> exclude)voidAPISpecificationFilter. setInclude(List<APISpecIncludeExcludeFilter> include)
-