public class User extends Object
| Constructor and Description |
|---|
User() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAPI()
Return the api_only for this user, e.g.:
|
String |
getFirstName()
Return the first_name for this user, e.g.:
|
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.
|
String |
getUUID()
Return the uuid for this user, e.g.:
|
public String getUUID()
public boolean getAPI()
public String getLastName()
public String getFirstName()
public Login getLogin()
public SignUp getSignUp()
Copyright © 2021 Contrast Security. All rights reserved.