JavaScript is disabled on your browser.
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
C
E
F
G
H
I
R
T
U
V
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 com.sanctionco.thunder.models.
ResponseType
Provides a
ResponseType
representation 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
I
isVerified()
- Method in class com.sanctionco.thunder.models.
Email
R
ResponseType
- Enum in
com.sanctionco.thunder.models
Represents a type of HTTP response that can be expected from an API method.
T
toString()
- Method in class com.sanctionco.thunder.models.
Email
toString()
- Method in enum 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 com.sanctionco.thunder.models.
ResponseType
Returns the enum constant of this type with the specified name.
values()
- Static method in enum com.sanctionco.thunder.models.
ResponseType
Returns an array containing the constants of this enum type, in the order they are declared.
C
E
F
G
H
I
R
T
U
V
Skip navigation links
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Copyright © 2019. All rights reserved.