Class StringAttributeInputCallback

  • All Implemented Interfaces:
    java.io.Serializable, Callback

    public class StringAttributeInputCallback
    extends AttributeInputCallback
    Implements a Callback for collection of a single identity object attribute from a user.
    See Also:
    Serialized Form
    • Constructor Detail

      • StringAttributeInputCallback

        public StringAttributeInputCallback​(org.json.JSONObject jsonObject,
                                            int index)
                                     throws org.json.JSONException
        Constructor for this Callback.
        Throws:
        org.json.JSONException
      • StringAttributeInputCallback

        public StringAttributeInputCallback()
    • Method Detail

      • setValue

        public void setValue​(java.lang.String value)
      • getType

        public java.lang.String getType()
        Description copied from interface: Callback
        Return the type of the Callback, the type name should align with the Callback type returned from AM
      • getValue

        public java.lang.String getValue()
        The attribute Value