Class PutExternalcontactsOrganizationNoteRequest.Builder
java.lang.Object
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsOrganizationNoteRequest.Builder
- Enclosing class:
- PutExternalcontactsOrganizationNoteRequest
-
Method Summary
Modifier and TypeMethodDescriptionbuild()withExternalOrganizationId(String externalOrganizationId) withNoteId(String noteId) withRequiredParams(String externalOrganizationId, String noteId, Note body)
-
Method Details
-
withExternalOrganizationId
public PutExternalcontactsOrganizationNoteRequest.Builder withExternalOrganizationId(String externalOrganizationId) -
withNoteId
-
withBody
-
withRequiredParams
public PutExternalcontactsOrganizationNoteRequest.Builder withRequiredParams(String externalOrganizationId, String noteId, Note body) -
build
-