Uses of Class
com.boldsign.model.DocumentRecords
-
Packages that use DocumentRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of DocumentRecords in com.boldsign.api
Methods in com.boldsign.api that return DocumentRecords Modifier and Type Method Description DocumentRecordsDocumentApi. listDocuments(Integer page, List<String> sentBy, List<String> recipients, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds)List user documents.Methods in com.boldsign.api that return types with arguments of type DocumentRecords Modifier and Type Method Description ApiResponse<DocumentRecords>DocumentApi. listDocumentsWithHttpInfo(Integer page, List<String> sentBy, List<String> recipients, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds)List user documents.Method parameters in com.boldsign.api with type arguments of type DocumentRecords Modifier and Type Method Description okhttp3.CallDocumentApi. listDocumentsAsync(Integer page, List<String> sentBy, List<String> recipients, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<DocumentRecords> _callback)List user documents. -
Uses of DocumentRecords in com.boldsign.model
Methods in com.boldsign.model that return DocumentRecords Modifier and Type Method Description DocumentRecordsDocumentRecords. addResultItem(Document resultItem)static DocumentRecordsDocumentRecords. fromJson(String jsonString)Create an instance of DocumentRecords given an JSON stringDocumentRecordsDocumentRecords. pageDetails(PageDetails pageDetails)DocumentRecordsDocumentRecords. result(List<Document> result)
-