Uses of Class
cloud.genesys.webmessaging.sdk.model.RequestTypeDeleteAttachment
-
Packages that use RequestTypeDeleteAttachment Package Description cloud.genesys.webmessaging.sdk.model -
-
Uses of RequestTypeDeleteAttachment in cloud.genesys.webmessaging.sdk.model
Methods in cloud.genesys.webmessaging.sdk.model that return RequestTypeDeleteAttachment Modifier and Type Method Description static RequestTypeDeleteAttachmentRequestTypeDeleteAttachment. fromString(String key)RequestTypeDeleteAttachmentDeleteAttachmentRequest. getAction()static RequestTypeDeleteAttachmentRequestTypeDeleteAttachment. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestTypeDeleteAttachment[]RequestTypeDeleteAttachment. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in cloud.genesys.webmessaging.sdk.model with parameters of type RequestTypeDeleteAttachment Modifier and Type Method Description DeleteAttachmentRequestDeleteAttachmentRequest. action(RequestTypeDeleteAttachment action)voidDeleteAttachmentRequest. setAction(RequestTypeDeleteAttachment action)
-