Annotation Type ActivationRequestParameter

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      boolean required
      If true then a null value is an error.
      java.lang.String value
      The name of the query parameter, which defaults to the name of the field.
    • Element Detail

      • value

        java.lang.String value
        The name of the query parameter, which defaults to the name of the field.
        Default:
        ""
      • required

        boolean required
        If true then a null value is an error. If false, then a null value will result in no update to the field. Either way, a null field value will result in no query parameter added to a generated link.
        Since:
        5.4
        Default:
        false