Class Field
- 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:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classField.FieldBuilder
-
Constructor Summary
Constructors Constructor Description Field(Field.FieldBuilder builder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDefaultValue()StringgetId()StringgetInitialValue()StringgetLabel()List<String>getOptions()StringgetType()BooleanisReadonly()BooleanisRequired()
-
-
-
Constructor Detail
-
Field
public Field(Field.FieldBuilder builder)
-
-