Package sh.ory.model
Class SubmitSelfServiceSettingsFlowWithOidcMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceSettingsFlowWithOidcMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceSettingsFlowWithOidcMethodBody extends Object
nolint:deadcode,unused
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_FLOWstatic StringSERIALIZED_NAME_LINKstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_TRAITSstatic StringSERIALIZED_NAME_UNLINK -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceSettingsFlowWithOidcMethodBody() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)SubmitSelfServiceSettingsFlowWithOidcMethodBodyflow(String flow)StringgetFlow()Flow ID is the flow's ID.StringgetLink()Link this provider Either this or `unlink` must be set.StringgetMethod()Method Should be set to profile when trying to update a profile.ObjectgetTraits()The identity's traits in: bodyStringgetUnlink()Unlink this provider Either this or `link` must be set.inthashCode()SubmitSelfServiceSettingsFlowWithOidcMethodBodylink(String link)SubmitSelfServiceSettingsFlowWithOidcMethodBodymethod(String method)voidsetFlow(String flow)voidsetLink(String link)voidsetMethod(String method)voidsetTraits(Object traits)voidsetUnlink(String unlink)StringtoString()SubmitSelfServiceSettingsFlowWithOidcMethodBodytraits(Object traits)SubmitSelfServiceSettingsFlowWithOidcMethodBodyunlink(String unlink)
-
Field Details
-
SERIALIZED_NAME_FLOW
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_LINK
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_UNLINK
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceSettingsFlowWithOidcMethodBody
public SubmitSelfServiceSettingsFlowWithOidcMethodBody()
-
-
Method Details
-
flow
-
getFlow
Flow ID is the flow's ID. in: query- Returns:
- flow
-
setFlow
-
link
-
getLink
Link this provider Either this or `unlink` must be set. type: string in: body- Returns:
- link
-
setLink
-
method
-
getMethod
Method Should be set to profile when trying to update a profile.- Returns:
- method
-
setMethod
-
traits
-
getTraits
The identity's traits in: body- Returns:
- traits
-
setTraits
-
unlink
-
getUnlink
Unlink this provider Either this or `link` must be set. type: string in: body- Returns:
- unlink
-
setUnlink
-
equals
-
hashCode
public int hashCode() -
toString
-