Package com.atlan.model.structs
Class FormField
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.structs.AtlanStruct
com.atlan.model.structs.FormField
- All Implemented Interfaces:
Serializable
Structure of a field in a form.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classFormField.FormFieldBuilder<C extends FormField,B extends FormField.FormFieldBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.structs.AtlanStruct
AtlanStruct.AtlanStructBuilder<C extends AtlanStruct,B extends AtlanStruct.AtlanStructBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
FieldsFields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic FormField.FormFieldBuilder<?, ?> builder()protected booleanbooleanDimension of the field's value in a form.Unique identifier of the field in a form.Name of the field in a form.Options of the field in a form.Type of the field in a form.Fixed typeName for FormField.inthashCode()static FormFieldof(String formFieldId, String formFieldName, FormFieldType formFieldType, FormFieldDimension formFieldDimension, Map<String, String> formFieldOptions) Quickly create a new FormField.toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Field Details
-
TYPE_NAME
- See Also:
-
-
Constructor Details
-
FormField
-
-
Method Details
-
of
public static FormField of(String formFieldId, String formFieldName, FormFieldType formFieldType, FormFieldDimension formFieldDimension, Map<String, String> formFieldOptions) Quickly create a new FormField.- Parameters:
formFieldId- Unique identifier of the field in a form.formFieldName- Name of the field in a form.formFieldType- Type of the field in a form.formFieldDimension- Dimension of the field's value in a form.formFieldOptions- Options of the field in a form.- Returns:
- a FormField with the provided information
-
builder
-
toBuilder
-
getFormFieldId
Unique identifier of the field in a form. -
getFormFieldName
Name of the field in a form. -
getFormFieldType
Type of the field in a form. -
getFormFieldDimension
Dimension of the field's value in a form. -
getFormFieldOptions
Options of the field in a form. -
equals
- Overrides:
equalsin classAtlanStruct
-
canEqual
- Overrides:
canEqualin classAtlanStruct
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanStruct
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-
getTypeName
Fixed typeName for FormField.- Overrides:
getTypeNamein classAtlanStruct
-