Class PatchCoachingNotificationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchCoachingNotificationRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String notificationId, CoachingNotification body) getBody()voidsetBody(CoachingNotification body) voidsetCustomHeaders(Map<String, String> customHeaders) voidsetNotificationId(String notificationId) withBody(CoachingNotification body) withCustomHeader(String name, String value) withNotificationId(String notificationId)
-
Constructor Details
-
PatchCoachingNotificationRequest
public PatchCoachingNotificationRequest()
-
-
Method Details
-
getNotificationId
-
setNotificationId
-
withNotificationId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchCoachingNotificationRequest.Builder builder(String notificationId, CoachingNotification body)
-