Uses of Class
com.boldsign.model.DocumentRecords
Packages that use DocumentRecords
-
Uses of DocumentRecords in com.boldsign.api
Methods in com.boldsign.api that return DocumentRecordsModifier and TypeMethodDescriptionDocumentApi.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 DocumentRecordsModifier and TypeMethodDescriptionDocumentApi.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 DocumentRecordsModifier and TypeMethodDescriptionokhttp3.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 DocumentRecordsModifier and TypeMethodDescriptionDocumentRecords.addResultItem(Document resultItem) static DocumentRecordsCreate an instance of DocumentRecords given an JSON stringDocumentRecords.pageDetails(PageDetails pageDetails)