Uses of Class
com.mypurecloud.sdk.v2.api.request.GetGreetingRequest
Packages that use GetGreetingRequest
-
Uses of GetGreetingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetGreetingRequestModifier and TypeMethodDescriptionGreetingsApi.getGreeting(GetGreetingRequest request) Get a Greeting with the given GreetingIdGreetingsApiAsync.getGreetingAsync(GetGreetingRequest request, AsyncApiCallback<Greeting> callback) Get a Greeting with the given GreetingId -
Uses of GetGreetingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetGreetingRequestModifier and TypeMethodDescriptionGetGreetingRequest.Builder.build()GetGreetingRequest.withCustomHeader(String name, String value) GetGreetingRequest.withGreetingId(String greetingId)