Package sh.ory.model
Class SubmitSelfServiceSettingsFlowWithProfileMethodBody
java.lang.Object
sh.ory.model.SubmitSelfServiceSettingsFlowWithProfileMethodBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class SubmitSelfServiceSettingsFlowWithProfileMethodBody extends Object
nolint:deadcode,unused
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_CSRF_TOKENstatic StringSERIALIZED_NAME_METHODstatic StringSERIALIZED_NAME_TRAITS -
Constructor Summary
Constructors Constructor Description SubmitSelfServiceSettingsFlowWithProfileMethodBody() -
Method Summary
Modifier and Type Method Description SubmitSelfServiceSettingsFlowWithProfileMethodBodycsrfToken(String csrfToken)booleanequals(Object o)StringgetCsrfToken()The Anti-CSRF Token This token is only required when performing browser flows.StringgetMethod()Method Should be set to profile when trying to update a profile.ObjectgetTraits()Traits contains all of the identity's traits.inthashCode()SubmitSelfServiceSettingsFlowWithProfileMethodBodymethod(String method)voidsetCsrfToken(String csrfToken)voidsetMethod(String method)voidsetTraits(Object traits)StringtoString()SubmitSelfServiceSettingsFlowWithProfileMethodBodytraits(Object traits)
-
Field Details
-
SERIALIZED_NAME_CSRF_TOKEN
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_METHOD
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
SubmitSelfServiceSettingsFlowWithProfileMethodBody
public SubmitSelfServiceSettingsFlowWithProfileMethodBody()
-
-
Method Details
-
csrfToken
-
getCsrfToken
The Anti-CSRF Token This token is only required when performing browser flows.- Returns:
- csrfToken
-
setCsrfToken
-
method
-
getMethod
Method Should be set to profile when trying to update a profile.- Returns:
- method
-
setMethod
-
traits
-
getTraits
Traits contains all of the identity's traits.- Returns:
- traits
-
setTraits
-
equals
-
hashCode
public int hashCode() -
toString
-