Uses of Enum
org.wso2.am.integration.clients.admin.api.dto.IPConditionDTO.IpConditionTypeEnum
Packages that use IPConditionDTO.IpConditionTypeEnum
-
Uses of IPConditionDTO.IpConditionTypeEnum in org.wso2.am.integration.clients.admin.api.dto
Methods in org.wso2.am.integration.clients.admin.api.dto that return IPConditionDTO.IpConditionTypeEnumModifier and TypeMethodDescriptionIPConditionDTO.getIpConditionType()Type of the IP condition.IPConditionDTO.IpConditionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.static IPConditionDTO.IpConditionTypeEnum[]IPConditionDTO.IpConditionTypeEnum.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.admin.api.dto with parameters of type IPConditionDTO.IpConditionTypeEnumModifier and TypeMethodDescriptionIPConditionDTO.ipConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) voidIPConditionDTO.setIpConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) voidIPConditionDTO.IpConditionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, IPConditionDTO.IpConditionTypeEnum enumeration)