| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static APIDTO.TypeEnum |
APIDTO.TypeEnum.fromValue(String text) |
APIDTO.TypeEnum |
APIDTO.getType()
The api creation type to be used.
|
APIDTO.TypeEnum |
APIDTO.TypeEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static APIDTO.TypeEnum |
APIDTO.TypeEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIDTO.TypeEnum[] |
APIDTO.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 |
APIDTO.setType(APIDTO.TypeEnum type) |
APIDTO |
APIDTO.type(APIDTO.TypeEnum type) |
void |
APIDTO.TypeEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
APIDTO.TypeEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.