Uses of Enum
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum
Packages that use GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum
-
Uses of GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return GatewayDeploymentStatusAcknowledgmentDTO.ActionEnumModifier and TypeMethodDescriptionGatewayDeploymentStatusAcknowledgmentDTO.getAction()The action performed by the gateway.GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) Returns the enum constant of this type with the specified name.GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum.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.ActionEnumModifier and TypeMethodDescriptionGatewayDeploymentStatusAcknowledgmentDTO.action(GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum action) voidGatewayDeploymentStatusAcknowledgmentDTO.setAction(GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum action) voidGatewayDeploymentStatusAcknowledgmentDTO.ActionEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum enumeration)