| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static IPConditionDTO.IpConditionTypeEnum |
IPConditionDTO.IpConditionTypeEnum.fromValue(String text) |
IPConditionDTO.IpConditionTypeEnum |
IPConditionDTO.getIpConditionType()
Type of the IP condition.
|
IPConditionDTO.IpConditionTypeEnum |
IPConditionDTO.IpConditionTypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static IPConditionDTO.IpConditionTypeEnum |
IPConditionDTO.IpConditionTypeEnum.valueOf(String name)
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.
|
| Modifier and Type | Method and Description |
|---|---|
IPConditionDTO |
IPConditionDTO.ipConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) |
void |
IPConditionDTO.setIpConditionType(IPConditionDTO.IpConditionTypeEnum ipConditionType) |
void |
IPConditionDTO.IpConditionTypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
IPConditionDTO.IpConditionTypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.