| Package | Description |
|---|---|
| org.wso2.am.integration.clients.gateway.api.v2.dto |
| Modifier and Type | Method and Description |
|---|---|
static DeployResponseDTO.DeployStatusEnum |
DeployResponseDTO.DeployStatusEnum.fromValue(String text) |
DeployResponseDTO.DeployStatusEnum |
DeployResponseDTO.getDeployStatus()
This attribute declares whether deployment task is successfull or failed.
|
DeployResponseDTO.DeployStatusEnum |
DeployResponseDTO.DeployStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static DeployResponseDTO.DeployStatusEnum |
DeployResponseDTO.DeployStatusEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeployResponseDTO.DeployStatusEnum[] |
DeployResponseDTO.DeployStatusEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
DeployResponseDTO |
DeployResponseDTO.deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) |
void |
DeployResponseDTO.setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) |
void |
DeployResponseDTO.DeployStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
DeployResponseDTO.DeployStatusEnum enumeration) |
Copyright © 2021 WSO2 Inc. All rights reserved.