Uses of Class
com.boldsign.model.BehalfDocumentRecords
Packages that use BehalfDocumentRecords
-
Uses of BehalfDocumentRecords in com.boldsign.api
Methods in com.boldsign.api that return BehalfDocumentRecordsModifier and TypeMethodDescriptionDocumentApi.behalfDocuments(Integer page, String pageType, List<String> emailAddress, List<String> signers, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds) Gets the behalf documents.Methods in com.boldsign.api that return types with arguments of type BehalfDocumentRecordsModifier and TypeMethodDescriptionDocumentApi.behalfDocumentsWithHttpInfo(Integer page, String pageType, List<String> emailAddress, List<String> signers, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds) Gets the behalf documents.Method parameters in com.boldsign.api with type arguments of type BehalfDocumentRecordsModifier and TypeMethodDescriptionokhttp3.CallDocumentApi.behalfDocumentsAsync(Integer page, String pageType, List<String> emailAddress, List<String> signers, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<BehalfDocumentRecords> _callback) Gets the behalf documents. -
Uses of BehalfDocumentRecords in com.boldsign.model
Methods in com.boldsign.model that return BehalfDocumentRecordsModifier and TypeMethodDescriptionBehalfDocumentRecords.addResultItem(BehalfDocument resultItem) static BehalfDocumentRecordsCreate an instance of BehalfDocumentRecords given an JSON stringBehalfDocumentRecords.pageDetails(PageDetails pageDetails) BehalfDocumentRecords.result(List<BehalfDocument> result)