Uses of Class
com.mypurecloud.sdk.v2.api.request.PutGreetingRequest
Packages that use PutGreetingRequest
-
Uses of PutGreetingRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type PutGreetingRequestModifier and TypeMethodDescriptionGreetingsApi.putGreeting(PutGreetingRequest request) Updates the Greeting with the given GreetingIdGreetingsApiAsync.putGreetingAsync(PutGreetingRequest request, AsyncApiCallback<Greeting> callback) Updates the Greeting with the given GreetingId -
Uses of PutGreetingRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutGreetingRequestModifier and TypeMethodDescriptionPutGreetingRequest.Builder.build()PutGreetingRequest.withCustomHeader(String name, String value) PutGreetingRequest.withGreetingId(String greetingId)