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