Uses of Class
com.mypurecloud.sdk.v2.api.request.GetExternalcontactsOrganizationNotesRequest
Packages that use GetExternalcontactsOrganizationNotesRequest
-
Uses of GetExternalcontactsOrganizationNotesRequest in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api with parameters of type GetExternalcontactsOrganizationNotesRequestModifier and TypeMethodDescriptionExternalContactsApi.getExternalcontactsOrganizationNotes(GetExternalcontactsOrganizationNotesRequest request) List notes for an external organizationExternalContactsApiAsync.getExternalcontactsOrganizationNotesAsync(GetExternalcontactsOrganizationNotesRequest request, AsyncApiCallback<NoteListing> callback) List notes for an external organization -
Uses of GetExternalcontactsOrganizationNotesRequest in com.mypurecloud.sdk.v2.api.request
Methods in com.mypurecloud.sdk.v2.api.request that return GetExternalcontactsOrganizationNotesRequestModifier and TypeMethodDescriptionGetExternalcontactsOrganizationNotesRequest.Builder.build()GetExternalcontactsOrganizationNotesRequest.withCustomHeader(String name, String value) GetExternalcontactsOrganizationNotesRequest.withExpand(List<String> expand) GetExternalcontactsOrganizationNotesRequest.withExternalOrganizationId(String externalOrganizationId) GetExternalcontactsOrganizationNotesRequest.withPageNumber(Integer pageNumber) GetExternalcontactsOrganizationNotesRequest.withPageSize(Integer pageSize) GetExternalcontactsOrganizationNotesRequest.withSortOrder(String sortOrder)