| Package | Description |
|---|---|
| org.wso2.am.integration.clients.admin.api.dto |
| Modifier and Type | Method and Description |
|---|---|
static MediationDTO.TypeEnum |
MediationDTO.TypeEnum.fromValue(String text) |
MediationDTO.TypeEnum |
MediationDTO.getType()
Get type
|
MediationDTO.TypeEnum |
MediationDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static MediationDTO.TypeEnum |
MediationDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MediationDTO.TypeEnum[] |
MediationDTO.TypeEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MediationDTO.setType(MediationDTO.TypeEnum type) |
MediationDTO |
MediationDTO.type(MediationDTO.TypeEnum type) |
void |
MediationDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
MediationDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.