Uses of Class
com.boldsign.model.PrefillFieldRequest
Packages that use PrefillFieldRequest
-
Uses of PrefillFieldRequest in com.boldsign.api
Methods in com.boldsign.api with parameters of type PrefillFieldRequestModifier and TypeMethodDescriptionvoidDocumentApi.prefillFields(String documentId, PrefillFieldRequest prefillFieldRequest) Updates the value (prefill) of the fields in the document.okhttp3.CallDocumentApi.prefillFieldsAsync(String documentId, PrefillFieldRequest prefillFieldRequest, ApiCallback<Void> _callback) Updates the value (prefill) of the fields in the document.okhttp3.CallDocumentApi.prefillFieldsCall(String documentId, PrefillFieldRequest prefillFieldRequest, ApiCallback _callback) Build call for prefillFieldsDocumentApi.prefillFieldsWithHttpInfo(String documentId, PrefillFieldRequest prefillFieldRequest) Updates the value (prefill) of the fields in the document. -
Uses of PrefillFieldRequest in com.boldsign.model
Methods in com.boldsign.model that return PrefillFieldRequestModifier and TypeMethodDescriptionPrefillFieldRequest.addFieldsItem(PrefillField fieldsItem) PrefillFieldRequest.fields(List<PrefillField> fields) static PrefillFieldRequestCreate an instance of PrefillFieldRequest given an JSON stringPrefillFieldRequest.onBehalfOf(String onBehalfOf)