Package sh.ory.model
Class UiNodeInputAttributes
java.lang.Object
sh.ory.model.UiNodeInputAttributes
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class UiNodeInputAttributes extends Object
InputAttributes represents the attributes of an input node
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_DISABLEDstatic StringSERIALIZED_NAME_LABELstatic StringSERIALIZED_NAME_NAMEstatic StringSERIALIZED_NAME_NODE_TYPEstatic StringSERIALIZED_NAME_ONCLICKstatic StringSERIALIZED_NAME_PATTERNstatic StringSERIALIZED_NAME_REQUIREDstatic StringSERIALIZED_NAME_TYPEstatic StringSERIALIZED_NAME_VALUE -
Constructor Summary
Constructors Constructor Description UiNodeInputAttributes() -
Method Summary
-
Field Details
-
SERIALIZED_NAME_DISABLED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LABEL
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NAME
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODE_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_ONCLICK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_PATTERN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_REQUIRED
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TYPE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_VALUE
- See Also:
- Constant Field Values
-
-
Constructor Details
-
UiNodeInputAttributes
public UiNodeInputAttributes()
-
-
Method Details
-
disabled
-
getDisabled
Sets the input's disabled field to true or false.- Returns:
- disabled
-
setDisabled
-
label
-
getLabel
Get label- Returns:
- label
-
setLabel
-
name
-
getName
The input's element name.- Returns:
- name
-
setName
-
nodeType
-
getNodeType
Get nodeType- Returns:
- nodeType
-
setNodeType
-
onclick
-
getOnclick
OnClick may contain javascript which should be executed on click. This is primarily used for WebAuthn.- Returns:
- onclick
-
setOnclick
-
pattern
-
getPattern
The input's pattern.- Returns:
- pattern
-
setPattern
-
required
-
getRequired
Mark this input field as required.- Returns:
- required
-
setRequired
-
type
-
getType
Get type- Returns:
- type
-
setType
-
value
-
getValue
The input's value.- Returns:
- value
-
setValue
-
equals
-
hashCode
public int hashCode() -
toString
-