Package sh.ory.model
Class IdentityPreset
java.lang.Object
sh.ory.model.IdentityPreset
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2022-03-08T19:41:46.895754881Z[Etc/UTC]") public class IdentityPreset extends Object
IdentityPreset
-
Field Summary
Fields Modifier and Type Field Description static StringSERIALIZED_NAME_SCHEMAstatic StringSERIALIZED_NAME_URL -
Constructor Summary
Constructors Constructor Description IdentityPreset() -
Method Summary
Modifier and Type Method Description booleanequals(Object o)ObjectgetSchema()Schema is the Identity JSON SchemaStringgetUrl()URL is the preset identifierinthashCode()IdentityPresetschema(Object schema)voidsetSchema(Object schema)voidsetUrl(String url)StringtoString()IdentityPreseturl(String url)
-
Field Details
-
SERIALIZED_NAME_SCHEMA
- See Also:
- Constant Field Values
-
SERIALIZED_NAME_URL
- See Also:
- Constant Field Values
-
-
Constructor Details
-
IdentityPreset
public IdentityPreset()
-
-
Method Details