Uses of Class
com.boldsign.model.CustomFieldCollection
-
Packages that use CustomFieldCollection Package Description com.boldsign.api com.boldsign.model -
-
Uses of CustomFieldCollection in com.boldsign.api
Methods in com.boldsign.api that return CustomFieldCollection Modifier and Type Method Description CustomFieldCollectionCustomFieldApi. customFieldsList(String brandId)List the custom fields respective to the brand id.Methods in com.boldsign.api that return types with arguments of type CustomFieldCollection Modifier and Type Method Description ApiResponse<CustomFieldCollection>CustomFieldApi. customFieldsListWithHttpInfo(String brandId)List the custom fields respective to the brand id.Method parameters in com.boldsign.api with type arguments of type CustomFieldCollection Modifier and Type Method Description okhttp3.CallCustomFieldApi. customFieldsListAsync(String brandId, ApiCallback<CustomFieldCollection> _callback)List the custom fields respective to the brand id. -
Uses of CustomFieldCollection in com.boldsign.model
Methods in com.boldsign.model that return CustomFieldCollection Modifier and Type Method Description CustomFieldCollectionCustomFieldCollection. addResultItem(ViewCustomFieldDetails resultItem)static CustomFieldCollectionCustomFieldCollection. fromJson(String jsonString)Create an instance of CustomFieldCollection given an JSON stringCustomFieldCollectionCustomFieldCollection. result(List<ViewCustomFieldDetails> result)
-