public class User
extends java.lang.Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAPI()
Return the api_only for this user, e.g.:
|
java.lang.String |
getFirstName()
Return the first_name for this user, e.g.:
|
java.lang.String |
getLastName()
Return the last_name for this user, e.g.:
|
Login |
getLogin()
Return the last login details of the user.
|
SignUp |
getSignUp()
Return the signup details of the user.
|
java.lang.String |
getUUID()
Return the uuid for this user, e.g.:
|
public java.lang.String getUUID()
public boolean getAPI()
public java.lang.String getLastName()
public java.lang.String getFirstName()
public Login getLogin()
public SignUp getSignUp()
Copyright © 2020 Contrast Security. All Rights Reserved.