Uses of Class
com.axway.apim.api.model.CustomProperties.Type
-
Packages that use CustomProperties.Type Package Description com.axway.apim.adapter.custom.properties com.axway.apim.api.model com.axway.apim.lib.utils -
-
Uses of CustomProperties.Type in com.axway.apim.adapter.custom.properties
Methods in com.axway.apim.adapter.custom.properties with parameters of type CustomProperties.Type Modifier and Type Method Description Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getCustomProperties(CustomProperties.Type type)List<String>APIManagerCustomPropertiesAdapter. getCustomPropertyNames(CustomProperties.Type type)Map<String,CustomProperty>APIManagerCustomPropertiesAdapter. getRequiredCustomProperties(CustomProperties.Type type) -
Uses of CustomProperties.Type in com.axway.apim.api.model
Methods in com.axway.apim.api.model that return CustomProperties.Type Modifier and Type Method Description static CustomProperties.TypeCustomProperties.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static CustomProperties.Type[]CustomProperties.Type. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of CustomProperties.Type in com.axway.apim.lib.utils
Methods in com.axway.apim.lib.utils with parameters of type CustomProperties.Type Modifier and Type Method Description static voidUtils. validateCustomProperties(Map<String,String> customProperties, CustomProperties.Type type)
-