Uses of Class
org.wso2.am.integration.clients.publisher.api.v1.dto.BackendOperationDTO.VerbEnum
-
Packages that use BackendOperationDTO.VerbEnum Package Description org.wso2.am.integration.clients.publisher.api.v1.dto -
-
Uses of BackendOperationDTO.VerbEnum in org.wso2.am.integration.clients.publisher.api.v1.dto
Methods in org.wso2.am.integration.clients.publisher.api.v1.dto that return BackendOperationDTO.VerbEnum Modifier and Type Method Description static BackendOperationDTO.VerbEnumBackendOperationDTO.VerbEnum. fromValue(String value)BackendOperationDTO.VerbEnumBackendOperationDTO. getVerb()Backend target methodBackendOperationDTO.VerbEnumBackendOperationDTO.VerbEnum.Adapter. read(com.google.gson.stream.JsonReader jsonReader)static BackendOperationDTO.VerbEnumBackendOperationDTO.VerbEnum. valueOf(String name)Returns the enum constant of this type with the specified name.static BackendOperationDTO.VerbEnum[]BackendOperationDTO.VerbEnum. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.am.integration.clients.publisher.api.v1.dto with parameters of type BackendOperationDTO.VerbEnum Modifier and Type Method Description voidBackendOperationDTO. setVerb(BackendOperationDTO.VerbEnum verb)BackendOperationDTOBackendOperationDTO. verb(BackendOperationDTO.VerbEnum verb)voidBackendOperationDTO.VerbEnum.Adapter. write(com.google.gson.stream.JsonWriter jsonWriter, BackendOperationDTO.VerbEnum enumeration)
-