Uses of Class
com.boldsign.model.BrandingRecords
-
Packages that use BrandingRecords Package Description com.boldsign.api com.boldsign.model -
-
Uses of BrandingRecords in com.boldsign.api
Methods in com.boldsign.api that return BrandingRecords Modifier and Type Method Description BrandingRecordsBrandingApi. brandList()List all the brands.Methods in com.boldsign.api that return types with arguments of type BrandingRecords Modifier and Type Method Description ApiResponse<BrandingRecords>BrandingApi. brandListWithHttpInfo()List all the brands.Method parameters in com.boldsign.api with type arguments of type BrandingRecords Modifier and Type Method Description okhttp3.CallBrandingApi. brandListAsync(ApiCallback<BrandingRecords> _callback)List all the brands. -
Uses of BrandingRecords in com.boldsign.model
Methods in com.boldsign.model that return BrandingRecords Modifier and Type Method Description BrandingRecordsBrandingRecords. addResultItem(ViewBrandDetails resultItem)static BrandingRecordsBrandingRecords. fromJson(String jsonString)Create an instance of BrandingRecords given an JSON stringBrandingRecordsBrandingRecords. result(List<ViewBrandDetails> result)
-