Uses of Class
com.axway.apim.api.model.CustomProperty
-
Packages that use CustomProperty Package Description com.axway.apim.adapter.custom.properties com.axway.apim.api.model -
-
Uses of CustomProperty in com.axway.apim.adapter.custom.properties
Methods in com.axway.apim.adapter.custom.properties that return types with arguments of type CustomProperty Modifier and Type Method Description Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getCustomProperties(CustomProperties.Type type)Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getRequiredCustomProperties(CustomProperties.Type type) -
Uses of CustomProperty in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return types with arguments of type CustomProperty Modifier and Type Method Description Map<String,CustomProperty>CustomProperties. getApi()Map<String,CustomProperty>CustomProperties. getApplication()Map<String,CustomProperty>CustomProperties. getOrganization()Map<String,CustomProperty>CustomProperties. getUser()Method parameters in com.axway.apim.api.model with type arguments of type CustomProperty Modifier and Type Method Description voidCustomProperties. setApi(Map<String,CustomProperty> api)voidCustomProperties. setApplication(Map<String,CustomProperty> application)voidCustomProperties. setOrganization(Map<String,CustomProperty> organization)voidCustomProperties. setUser(Map<String,CustomProperty> user)
-