java.lang.Object
com.pingidentity.sdk.api.authn.model.state.Field
All Implemented Interfaces:
Serializable

public class Field extends Object implements Serializable
An API state model containing the configuration for fields to display in the application.
Since:
10.1
See Also:
  • Constructor Details

  • Method Details

    • getId

      public String getId()
    • getLabel

      public String getLabel()
    • getType

      public String getType()
    • getDefaultValue

      public String getDefaultValue()
    • isRequired

      public Boolean isRequired()
    • isReadonly

      public Boolean isReadonly()
    • getOptions

      public List<String> getOptions()
    • getInitialValue

      public String getInitialValue()