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