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