Uses of Class
com.mypurecloud.sdk.v2.api.request.HeadNotificationsChannelRequest
Packages that use HeadNotificationsChannelRequest
-
Uses of HeadNotificationsChannelRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type HeadNotificationsChannelRequestModifier and TypeMethodDescriptionvoidNotificationsApi.headNotificationsChannel(HeadNotificationsChannelRequest request) Verify a channel still exists and is valid Returns a 200 OK if channel exists, and a 404 Not Found if it doesn'tNotificationsApiAsync.headNotificationsChannelAsync(HeadNotificationsChannelRequest request, AsyncApiCallback<Void> callback) Verify a channel still exists and is valid Returns a 200 OK if channel exists, and a 404 Not Found if it doesn't -
Uses of HeadNotificationsChannelRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return HeadNotificationsChannelRequestModifier and TypeMethodDescriptionHeadNotificationsChannelRequest.Builder.build()HeadNotificationsChannelRequest.withChannelId(String channelId) HeadNotificationsChannelRequest.withCustomHeader(String name, String value)