Constructor Summary
Public Constructor | ||
public |
constructor(user: User, action: AdminUserActionType) Requires authorization and admin |
Inherited Summary
From class Request | ||
protected |
|
|
public |
cancel() Cancels the request. |
|
public |
Formats the request object and returns an object of Request<T>'s T. |
|
public |
Performs the request |
Public Constructors
public constructor(user: User, action: AdminUserActionType) source
Requires authorization and admin
Override:
Request#constructorParams:
Name | Type | Attribute | Description |
user | User | The user to perform on. |
|
action | AdminUserActionType | The action to do |