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