Uses of Class
com.boldsign.model.ExistingFormField
-
Packages that use ExistingFormField Package Description com.boldsign.model -
-
Uses of ExistingFormField in com.boldsign.model
Methods in com.boldsign.model that return ExistingFormField Modifier and Type Method Description static ExistingFormFieldExistingFormField. fromJson(String jsonString)Create an instance of ExistingFormField given an JSON stringExistingFormFieldExistingFormField. id(String id)ExistingFormFieldExistingFormField. index(Integer index)ExistingFormFieldExistingFormField. isReadOnly(Boolean isReadOnly)ExistingFormFieldExistingFormField. name(String name)Deprecated.ExistingFormFieldExistingFormField. value(String value)Methods in com.boldsign.model that return types with arguments of type ExistingFormField Modifier and Type Method Description List<ExistingFormField>Role. getExistingFormFields()Get existingFormFieldsMethods in com.boldsign.model with parameters of type ExistingFormField Modifier and Type Method Description RoleRole. addExistingFormFieldsItem(ExistingFormField existingFormFieldsItem)Method parameters in com.boldsign.model with type arguments of type ExistingFormField Modifier and Type Method Description RoleRole. existingFormFields(List<ExistingFormField> existingFormFields)voidRole. setExistingFormFields(List<ExistingFormField> existingFormFields)
-