Class PatchCoachingAppointmentAnnotationRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PatchCoachingAppointmentAnnotationRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()builder(String appointmentId, String annotationId, CoachingAnnotation body) getBody()voidsetAnnotationId(String annotationId) voidsetAppointmentId(String appointmentId) voidsetBody(CoachingAnnotation body) voidsetCustomHeaders(Map<String, String> customHeaders) withAnnotationId(String annotationId) withAppointmentId(String appointmentId) withBody(CoachingAnnotation body) withCustomHeader(String name, String value)
-
Constructor Details
-
PatchCoachingAppointmentAnnotationRequest
public PatchCoachingAppointmentAnnotationRequest()
-
-
Method Details
-
getAppointmentId
-
setAppointmentId
-
withAppointmentId
-
getAnnotationId
-
setAnnotationId
-
withAnnotationId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PatchCoachingAppointmentAnnotationRequest.Builder builder(String appointmentId, String annotationId, CoachingAnnotation body)
-