| Package | Description |
|---|---|
| org.wso2.am.integration.clients.publisher.api.v1.dto |
| Modifier and Type | Method and Description |
|---|---|
static APIProductInfoDTO.StateEnum |
APIProductInfoDTO.StateEnum.fromValue(String text) |
APIProductInfoDTO.StateEnum |
APIProductInfoDTO.getState()
State of the API product.
|
APIProductInfoDTO.StateEnum |
APIProductInfoDTO.StateEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static APIProductInfoDTO.StateEnum |
APIProductInfoDTO.StateEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static APIProductInfoDTO.StateEnum[] |
APIProductInfoDTO.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 |
APIProductInfoDTO.setState(APIProductInfoDTO.StateEnum state) |
APIProductInfoDTO |
APIProductInfoDTO.state(APIProductInfoDTO.StateEnum state) |
void |
APIProductInfoDTO.StateEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
APIProductInfoDTO.StateEnum enumeration) |
Copyright © 2020 WSO2 Inc. All rights reserved.