Uses of Class
com.boldsign.model.BehalfDocumentRecords
-
Packages that use BehalfDocumentRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of BehalfDocumentRecords in com.boldsign.api
Methods in com.boldsign.api that return BehalfDocumentRecords Modifier and Type Method Description BehalfDocumentRecordsDocumentApi. 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 BehalfDocumentRecords Modifier and Type Method Description ApiResponse<BehalfDocumentRecords>DocumentApi. 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 BehalfDocumentRecords Modifier and Type Method Description okhttp3.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 BehalfDocumentRecords Modifier and Type Method Description BehalfDocumentRecordsBehalfDocumentRecords. addResultItem(BehalfDocument resultItem)static BehalfDocumentRecordsBehalfDocumentRecords. fromJson(String jsonString)Create an instance of BehalfDocumentRecords given an JSON stringBehalfDocumentRecordsBehalfDocumentRecords. pageDetails(PageDetails pageDetails)BehalfDocumentRecordsBehalfDocumentRecords. result(List<BehalfDocument> result)
-