public class ApplicationUser extends User
| Modifier and Type | Field and Description |
|---|---|
protected String |
name |
protected Long |
primaryAccount |
protected Long |
requestLimit |
| Constructor and Description |
|---|
ApplicationUser() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getName()
The name used to identify the application user.
|
Long |
getPrimaryAccount()
The primary account that the user belongs to.
|
Long |
getRequestLimit()
The maximum number of API requests that are accepted every 2 minutes.
|
int |
hashCode() |
String |
toString() |
getId, getPlannedPurgeDate, getScope, getState, getUserType, getVersionprotected String name
protected Long primaryAccount
protected Long requestLimit
public String getName()
public Long getPrimaryAccount()
public Long getRequestLimit()
Copyright © 2024. All rights reserved.