Uses of Class
org.wso2.am.integration.clients.internal.api.dto.GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum
-
Packages that use GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum Package Description org.wso2.am.integration.clients.internal.api.dto -
-
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.ActionEnum Modifier and Type Method Description static GatewayDeploymentStatusAcknowledgmentDTO.ActionEnumGatewayDeploymentStatusAcknowledgmentDTO.ActionEnum. fromValue(String text)GatewayDeploymentStatusAcknowledgmentDTO.ActionEnumGatewayDeploymentStatusAcknowledgmentDTO. getAction()The action performed by the gateway.GatewayDeploymentStatusAcknowledgmentDTO.ActionEnumGatewayDeploymentStatusAcknowledgmentDTO.ActionEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static GatewayDeploymentStatusAcknowledgmentDTO.ActionEnumGatewayDeploymentStatusAcknowledgmentDTO.ActionEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum[]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.ActionEnum Modifier and Type Method Description GatewayDeploymentStatusAcknowledgmentDTOGatewayDeploymentStatusAcknowledgmentDTO. action(GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum action)voidGatewayDeploymentStatusAcknowledgmentDTO. setAction(GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum action)voidGatewayDeploymentStatusAcknowledgmentDTO.ActionEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, GatewayDeploymentStatusAcknowledgmentDTO.ActionEnum enumeration)
-