Uses of Class
org.wso2.am.integration.clients.internal.api.dto.NotifyGatewayStatusResponseDTO.StatusEnum
-
Packages that use NotifyGatewayStatusResponseDTO.StatusEnum Package Description org.wso2.am.integration.clients.internal.api.dto -
-
Uses of NotifyGatewayStatusResponseDTO.StatusEnum in org.wso2.am.integration.clients.internal.api.dto
Methods in org.wso2.am.integration.clients.internal.api.dto that return NotifyGatewayStatusResponseDTO.StatusEnum Modifier and Type Method Description static NotifyGatewayStatusResponseDTO.StatusEnumNotifyGatewayStatusResponseDTO.StatusEnum. fromValue(String text)NotifyGatewayStatusResponseDTO.StatusEnumNotifyGatewayStatusResponseDTO. getStatus()Response statusNotifyGatewayStatusResponseDTO.StatusEnumNotifyGatewayStatusResponseDTO.StatusEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static NotifyGatewayStatusResponseDTO.StatusEnumNotifyGatewayStatusResponseDTO.StatusEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static NotifyGatewayStatusResponseDTO.StatusEnum[]NotifyGatewayStatusResponseDTO.StatusEnum. 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 NotifyGatewayStatusResponseDTO.StatusEnum Modifier and Type Method Description voidNotifyGatewayStatusResponseDTO. setStatus(NotifyGatewayStatusResponseDTO.StatusEnum status)NotifyGatewayStatusResponseDTONotifyGatewayStatusResponseDTO. status(NotifyGatewayStatusResponseDTO.StatusEnum status)voidNotifyGatewayStatusResponseDTO.StatusEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, NotifyGatewayStatusResponseDTO.StatusEnum enumeration)
-