Uses of Class
com.boldsign.model.PrefillField
-
Packages that use PrefillField Package Description com.boldsign.model -
-
Uses of PrefillField in com.boldsign.model
Methods in com.boldsign.model that return PrefillField Modifier and Type Method Description static PrefillFieldPrefillField. fromJson(String jsonString)Create an instance of PrefillField given an JSON stringPrefillFieldPrefillField. id(String id)PrefillFieldPrefillField. value(String value)Methods in com.boldsign.model that return types with arguments of type PrefillField Modifier and Type Method Description List<PrefillField>PrefillFieldRequest. getFields()Get fieldsMethods in com.boldsign.model with parameters of type PrefillField Modifier and Type Method Description PrefillFieldRequestPrefillFieldRequest. addFieldsItem(PrefillField fieldsItem)Method parameters in com.boldsign.model with type arguments of type PrefillField Modifier and Type Method Description PrefillFieldRequestPrefillFieldRequest. fields(List<PrefillField> fields)voidPrefillFieldRequest. setFields(List<PrefillField> fields)
-