Uses of Class
com.boldsign.model.TeamDocumentRecords
-
Packages that use TeamDocumentRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of TeamDocumentRecords in com.boldsign.api
Methods in com.boldsign.api that return TeamDocumentRecords Modifier and Type Method Description TeamDocumentRecordsDocumentApi. teamDocuments(Integer page, List<String> userId, List<String> teamId, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds)Get user Team documents.Methods in com.boldsign.api that return types with arguments of type TeamDocumentRecords Modifier and Type Method Description ApiResponse<TeamDocumentRecords>DocumentApi. teamDocumentsWithHttpInfo(Integer page, List<String> userId, List<String> teamId, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds)Get user Team documents.Method parameters in com.boldsign.api with type arguments of type TeamDocumentRecords Modifier and Type Method Description okhttp3.CallDocumentApi. teamDocumentsAsync(Integer page, List<String> userId, List<String> teamId, String transmitType, String dateFilterType, Integer pageSize, OffsetDateTime startDate, List<String> status, OffsetDateTime endDate, String searchKey, List<String> labels, Long nextCursor, List<String> brandIds, ApiCallback<TeamDocumentRecords> _callback)Get user Team documents. -
Uses of TeamDocumentRecords in com.boldsign.model
Methods in com.boldsign.model that return TeamDocumentRecords Modifier and Type Method Description TeamDocumentRecordsTeamDocumentRecords. addResultItem(Document resultItem)static TeamDocumentRecordsTeamDocumentRecords. fromJson(String jsonString)Create an instance of TeamDocumentRecords given an JSON stringTeamDocumentRecordsTeamDocumentRecords. pageDetails(PageDetails pageDetails)TeamDocumentRecordsTeamDocumentRecords. result(List<Document> result)
-