Uses of Class
com.boldsign.model.TemplateRecords
-
Packages that use TemplateRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of TemplateRecords in com.boldsign.api
Methods in com.boldsign.api that return TemplateRecords Modifier and Type Method Description TemplateRecordsTemplateApi. listTemplates(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds)List all the templates.Methods in com.boldsign.api that return types with arguments of type TemplateRecords Modifier and Type Method Description ApiResponse<TemplateRecords>TemplateApi. listTemplatesWithHttpInfo(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds)List all the templates.Method parameters in com.boldsign.api with type arguments of type TemplateRecords Modifier and Type Method Description okhttp3.CallTemplateApi. listTemplatesAsync(Integer page, String templateType, Integer pageSize, String searchKey, List<String> onBehalfOf, List<String> createdBy, List<String> templateLabels, OffsetDateTime startDate, OffsetDateTime endDate, List<String> brandIds, ApiCallback<TemplateRecords> _callback)List all the templates. -
Uses of TemplateRecords in com.boldsign.model
Methods in com.boldsign.model that return TemplateRecords Modifier and Type Method Description TemplateRecordsTemplateRecords. addResultItem(Template resultItem)static TemplateRecordsTemplateRecords. fromJson(String jsonString)Create an instance of TemplateRecords given an JSON stringTemplateRecordsTemplateRecords. pageDetails(PageDetails pageDetails)TemplateRecordsTemplateRecords. result(List<Template> result)
-