Uses of Enum
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum
Packages that use GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum
-
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.DeploymentStatusEnumModifier and TypeMethodDescriptionGatewayDeploymentStatusAcknowledgmentDTO.getDeploymentStatus()The final status of the deployment action.GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.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.DeploymentStatusEnumModifier and TypeMethodDescriptionGatewayDeploymentStatusAcknowledgmentDTO.deploymentStatus(GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum deploymentStatus) voidGatewayDeploymentStatusAcknowledgmentDTO.setDeploymentStatus(GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum deploymentStatus) voidGatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.DeploymentStatusEnum enumeration)