Uses of Enum
org.wso2.am.integration.clients.gateway.api.v2.dto.DeployResponseDTO.DeployStatusEnum
Packages that use DeployResponseDTO.DeployStatusEnum
-
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.DeployStatusEnumModifier and TypeMethodDescriptionDeployResponseDTO.getDeployStatus()This attribute declares whether deployment task is successfull or failed.DeployResponseDTO.DeployStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) 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.DeployStatusEnumModifier and TypeMethodDescriptionDeployResponseDTO.deployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) voidDeployResponseDTO.setDeployStatus(DeployResponseDTO.DeployStatusEnum deployStatus) voidDeployResponseDTO.DeployStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, DeployResponseDTO.DeployStatusEnum enumeration)