Uses of Class
com.boldsign.model.TemplateRecords
Packages that use TemplateRecords
-
Uses of TemplateRecords in com.boldsign.api
Methods in com.boldsign.api that return TemplateRecordsModifier and TypeMethodDescriptionTemplateApi.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 TemplateRecordsModifier and TypeMethodDescriptionTemplateApi.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 TemplateRecordsModifier and TypeMethodDescriptionokhttp3.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 TemplateRecordsModifier and TypeMethodDescriptionTemplateRecords.addResultItem(Template resultItem) static TemplateRecordsCreate an instance of TemplateRecords given an JSON stringTemplateRecords.pageDetails(PageDetails pageDetails)