Package sh.ory.model
Class SettingsProfileFormConfig
java.lang.Object
sh.ory.model.SettingsProfileFormConfig
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SettingsProfileFormConfig extends Object
SettingsProfileFormConfig
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_ACTIONstatic StringSERIALIZED_NAME_MESSAGESstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_NODES -
Constructor Summary
Constructors Constructor Description SettingsProfileFormConfig() -
Method Summary
Modifier and Type Method Description SettingsProfileFormConfigaction(String action)SettingsProfileFormConfigaddMessagesItem(UiText messagesItem)SettingsProfileFormConfigaddNodesItem(UiNode nodesItem)booleanequals(Object o)StringgetAction()Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`.List<UiText>getMessages()Get messagesStringgetMethod()Method is the form method (e.g.List<UiNode>getNodes()Get nodesinthashCode()SettingsProfileFormConfigmessages(List<UiText> messages)SettingsProfileFormConfigmethod(String method)SettingsProfileFormConfignodes(List<UiNode> nodes)voidsetAction(String action)voidsetMessages(List<UiText> messages)voidsetMethod(String method)voidsetNodes(List<UiNode> nodes)StringtoString()
-
Field Details
-
SERIALIZED_NAME_ACTION
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_MESSAGES
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_NODES
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SettingsProfileFormConfig
public SettingsProfileFormConfig()
-
-
Method Details
-
action
-
getAction
Action should be used as the form action URL `<form action=\"{{ .Action }}\" method=\"post\">`.- Returns:
- action
-
setAction
-
messages
-
addMessagesItem
-
getMessages
Get messages- Returns:
- messages
-
setMessages
-
method
-
getMethod
Method is the form method (e.g. POST)- Returns:
- method
-
setMethod
-
nodes
-
addNodesItem
-
getNodes
Get nodes- Returns:
- nodes
-
setNodes
-
equals
-
hashCode
public int hashCode() -
toString
-