Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum
-
Packages that use GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum Modifier and Type Method Description static GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnumGatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum. fromValue(String text)GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnumGatewayDeploymentStatusAcknowledgmentDTO. getDeploymentStatus()The final status of the deployment action.GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnumGatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnumGatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum[]GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.internal.api.dto with parameters of type GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum Modifier and Type Method Description GatewayDeploymentStatusAcknowledgmentDTOGatewayDeploymentStatusAcknowledgmentDTO. deploymentStatus(GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum deploymentStatus)voidGatewayDeploymentStatusAcknowledgmentDTO. setDeploymentStatus(GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum deploymentStatus)voidGatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum enumeration)
-