Index
All Classes|All Packages
C
- com.sanctionco.thunder.models - package com.sanctionco.thunder.models
E
- Email - Class in com.sanctionco.thunder.models
-
Represents an email address, providing access to the email address, verification status, and verification token.
- Email(String, boolean, String) - Constructor for class com.sanctionco.thunder.models.Email
-
Constructs a new email with the given address, verified status, and verification token.
- equals(Object) - Method in class com.sanctionco.thunder.models.Email
- equals(Object) - Method in class com.sanctionco.thunder.models.User
F
- fromString(String) - Static method in enum class com.sanctionco.thunder.models.ResponseType
-
Provides a
ResponseTyperepresentation of the given text.
G
- getAddress() - Method in class com.sanctionco.thunder.models.Email
- getEmail() - Method in class com.sanctionco.thunder.models.User
- getPassword() - Method in class com.sanctionco.thunder.models.User
- getProperties() - Method in class com.sanctionco.thunder.models.User
- getVerificationToken() - Method in class com.sanctionco.thunder.models.Email
H
- hashCode() - Method in class com.sanctionco.thunder.models.Email
- hashCode() - Method in class com.sanctionco.thunder.models.User
- HTML - Enum constant in enum class com.sanctionco.thunder.models.ResponseType
I
- isVerified() - Method in class com.sanctionco.thunder.models.Email
J
- JSON - Enum constant in enum class com.sanctionco.thunder.models.ResponseType
R
- ResponseType - Enum Class in com.sanctionco.thunder.models
-
Represents a type of HTTP response that can be expected from an API method.
S
- setProperty(String, Object) - Method in class com.sanctionco.thunder.models.User
T
- toString() - Method in class com.sanctionco.thunder.models.Email
- toString() - Method in enum class com.sanctionco.thunder.models.ResponseType
- toString() - Method in class com.sanctionco.thunder.models.User
U
- User - Class in com.sanctionco.thunder.models
-
Represents a user, providing access to the user's email, password, and additional properties.
- User(Email, String, Map<String, Object>) - Constructor for class com.sanctionco.thunder.models.User
-
Constructs a new user with the given email, password, and additional properties.
V
- valueOf(String) - Static method in enum class com.sanctionco.thunder.models.ResponseType
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class com.sanctionco.thunder.models.ResponseType
-
Returns an array containing the constants of this enum class, in the order they are declared.
W
- withTime(long, long) - Method in class com.sanctionco.thunder.models.User
-
Creates a new User instance with the same properties as the current one, adding additional creationTime and lastUpdatedTime properties.
All Classes|All Packages