Interface FormFieldsAccessor.FormFieldsMutator

All Known Subinterfaces:
FormFieldsAccessor.FormFieldsProperty
Enclosing interface:
FormFieldsAccessor

public static interface FormFieldsAccessor.FormFieldsMutator
Provides a mutator for a request Form-Fields property.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Sets the request Form-Fields for the request Form-Fields property.
  • Method Details

    • setFormFields

      void setFormFields(FormFields aFormFields)
      Sets the request Form-Fields for the request Form-Fields property.
      Parameters:
      aFormFields - The request Form-Fields to be stored by the form fields property.