Uses of Class
com.mypurecloud.sdk.v2.api.request.PutExternalcontactsOrganizationNoteRequest.Builder
Packages that use PutExternalcontactsOrganizationNoteRequest.Builder
-
Uses of PutExternalcontactsOrganizationNoteRequest.Builder in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return PutExternalcontactsOrganizationNoteRequest.BuilderModifier and TypeMethodDescriptionPutExternalcontactsOrganizationNoteRequest.builder()PutExternalcontactsOrganizationNoteRequest.builder(String externalOrganizationId, String noteId, Note body) PutExternalcontactsOrganizationNoteRequest.Builder.withExternalOrganizationId(String externalOrganizationId) PutExternalcontactsOrganizationNoteRequest.Builder.withNoteId(String noteId) PutExternalcontactsOrganizationNoteRequest.Builder.withRequiredParams(String externalOrganizationId, String noteId, Note body)