Class PutExternalcontactsOrganizationNoteRequest
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsOrganizationNoteRequest
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddCustomHeader(String name, String value) builder()getBody()voidvoidsetCustomHeaders(Map<String, String> customHeaders) voidsetExternalOrganizationId(String externalOrganizationId) voidwithCustomHeader(String name, String value) withExternalOrganizationId(String externalOrganizationId) withNoteId(String noteId)
-
Constructor Details
-
PutExternalcontactsOrganizationNoteRequest
public PutExternalcontactsOrganizationNoteRequest()
-
-
Method Details
-
getExternalOrganizationId
-
setExternalOrganizationId
-
withExternalOrganizationId
public PutExternalcontactsOrganizationNoteRequest withExternalOrganizationId(String externalOrganizationId) -
getNoteId
-
setNoteId
-
withNoteId
-
getBody
-
setBody
-
withBody
-
getCustomHeaders
-
setCustomHeaders
-
addCustomHeader
-
withCustomHeader
-
withHttpInfo
-
builder
-
builder
public static PutExternalcontactsOrganizationNoteRequest.Builder builder(String externalOrganizationId, String noteId, Note body)
-