Uses of Class
org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
-
Packages that use DeployResponseDTO.DeployStatusEnum Package Description org.wso2.am.integration.clients.gateway.api.v2.dto -
-
Uses of DeployResponseDTO.DeployStatusEnum in org.wso2.am.integration.clients.gateway.api.v2.dto
Methods in org.wso2.am.integration.clients.gateway.api.v2.dto that return DeployResponseDTO.DeployStatusEnum Modifier and Type Method Description static DeployResponseDTO.DeployStatusEnumDeployResponseDTO.DeployStatusEnum. fromValue(String text)DeployResponseDTO.DeployStatusEnumDeployResponseDTO. getDeployStatus()This attribute declares whether deployment task is successfull or failed.DeployResponseDTO.DeployStatusEnumDeployResponseDTO.DeployStatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static DeployResponseDTO.DeployStatusEnumDeployResponseDTO.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.Methods in org.wso2.am.integration.clients.gateway.api.v2.dto with parameters of type DeployResponseDTO.DeployStatusEnum Modifier and Type Method Description DeployResponseDTODeployResponseDTO. deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)voidDeployResponseDTO. setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus)voidDeployResponseDTO.DeployStatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, DeployResponseDTO.DeployStatusEnum enumeration)
-