Uses of Class
com.axway.apim.api.model.CorsProfile
-
Packages that use CorsProfile Package Description com.axway.apim.api com.axway.apim.api.model -
-
Uses of CorsProfile in com.axway.apim.api
Fields in com.axway.apim.api with type parameters of type CorsProfile Modifier and Type Field Description protected List<CorsProfile>API. corsProfilesMethods in com.axway.apim.api that return types with arguments of type CorsProfile Modifier and Type Method Description List<CorsProfile>API. getCorsProfiles()Method parameters in com.axway.apim.api with type arguments of type CorsProfile Modifier and Type Method Description voidAPI. setCorsProfiles(List<CorsProfile> corsProfiles) -
Uses of CorsProfile in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return CorsProfile Modifier and Type Method Description static CorsProfileCorsProfile. getDefaultCorsProfile()
-