public class ApplicationUser extends User
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Account |
primaryAccount |
protected Long |
requestLimit |
| Constructor and Description |
|---|
ApplicationUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The user name is used to identify the application user in administrative interfaces.
|
Account |
getPrimaryAccount()
The account that this user is associated with.
|
Long |
getRequestLimit()
The request limit defines the maximum number of API request accepted within 2 minutes.
|
int |
hashCode() |
String |
toString() |
getId, getPlannedPurgeDate, getScope, getState, getUserType, getVersionprotected String name
protected Account primaryAccount
protected Long requestLimit
public String getName()
public Account getPrimaryAccount()
public Long getRequestLimit()
Copyright © 2023. All rights reserved.