Uses of Class
com.mypurecloud.sdk.v2.model.FaxDocumentEntityListing
Packages that use FaxDocumentEntityListing
-
Uses of FaxDocumentEntityListing in com.mypurecloud.sdk.v2.api
Methods in com.mypurecloud.sdk.v2.api that return FaxDocumentEntityListingModifier and TypeMethodDescriptionFaxApi.getFaxDocuments(GetFaxDocumentsRequest request) Get a list of fax documents.FaxApi.getFaxDocuments(Integer pageSize, Integer pageNumber) Get a list of fax documents.Methods in com.mypurecloud.sdk.v2.api that return types with arguments of type FaxDocumentEntityListingModifier and TypeMethodDescriptionFaxApi.getFaxDocuments(ApiRequest<Void> request) Get a list of fax documents.FaxApiAsync.getFaxDocumentsAsync(GetFaxDocumentsRequest request, AsyncApiCallback<FaxDocumentEntityListing> callback) Get a list of fax documents.FaxApiAsync.getFaxDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FaxDocumentEntityListing>> callback) Get a list of fax documents.FaxApi.getFaxDocumentsWithHttpInfo(Integer pageSize, Integer pageNumber) Get a list of fax documents.Method parameters in com.mypurecloud.sdk.v2.api with type arguments of type FaxDocumentEntityListingModifier and TypeMethodDescriptionFaxApiAsync.getFaxDocumentsAsync(GetFaxDocumentsRequest request, AsyncApiCallback<FaxDocumentEntityListing> callback) Get a list of fax documents.FaxApiAsync.getFaxDocumentsAsync(ApiRequest<Void> request, AsyncApiCallback<ApiResponse<FaxDocumentEntityListing>> callback) Get a list of fax documents. -
Uses of FaxDocumentEntityListing in com.mypurecloud.sdk.v2.model
Methods in com.mypurecloud.sdk.v2.model that return FaxDocumentEntityListingModifier and TypeMethodDescriptionFaxDocumentEntityListing.entities(List<FaxDocument> entities) FaxDocumentEntityListing.pageNumber(Integer pageNumber) FaxDocumentEntityListing.previousUri(String previousUri)