Uses of Class
com.mypurecloud.sdk.v2.api.request.DeleteGreetingRequest
Packages that use DeleteGreetingRequest
-
Uses of DeleteGreetingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type DeleteGreetingRequestModifier and TypeMethodDescriptionvoidGreetingsApi.deleteGreeting(DeleteGreetingRequest request) Deletes a Greeting with the given GreetingIdGreetingsApiAsync.deleteGreetingAsync(DeleteGreetingRequest request, AsyncApiCallback<Void> callback) Deletes a Greeting with the given GreetingId -
Uses of DeleteGreetingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return DeleteGreetingRequestModifier and TypeMethodDescriptionDeleteGreetingRequest.Builder.build()DeleteGreetingRequest.withCustomHeader(String name, String value) DeleteGreetingRequest.withGreetingId(String greetingId)