Package sh.ory.model
Class AdminUpdateIdentityBody
java.lang.Object
sh.ory.model.AdminUpdateIdentityBody
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-04-19T11:31:27.587817519Z[Etc/UTC]") public class AdminUpdateIdentityBody extends Object
AdminUpdateIdentityBody
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SCHEMA_IDstatic StringSERIALIZED_NAME_STATEstatic StringSERIALIZED_NAME_TRAITS -
Constructor Summary
Constructors Constructor Description AdminUpdateIdentityBody() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)StringgetSchemaId()SchemaID is the ID of the JSON Schema to be used for validating the identity's traits.IdentityStategetState()Get stateObjectgetTraits()Traits represent an identity's traits.inthashCode()AdminUpdateIdentityBodyschemaId(String schemaId)voidsetSchemaId(String schemaId)voidsetState(IdentityState state)voidsetTraits(Object traits)AdminUpdateIdentityBodystate(IdentityState state)StringtoString()AdminUpdateIdentityBodytraits(Object traits)
-
Field Details
-
SERIALIZED_NAME_SCHEMA_ID
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_STATE
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_TRAITS
- See Also:
- Constant Field Values
-
-
Constructor Details
-
AdminUpdateIdentityBody
public AdminUpdateIdentityBody()
-
-
Method Details
-
schemaId
-
getSchemaId
SchemaID is the ID of the JSON Schema to be used for validating the identity's traits. If set will update the Identity's SchemaID.- Returns:
- schemaId
-
setSchemaId
-
state
-
getState
Get state- Returns:
- state
-
setState
-
traits
-
getTraits
Traits represent an identity's traits. The identity is able to create, modify, and delete traits in a self-service manner. The input will always be validated against the JSON Schema defined in `schema_id`.- Returns:
- traits
-
setTraits
-
equals
-
hashCode
public int hashCode() -
toString
-