| Package | Description |
|---|---|
| org.duracloud.account.app.controller |
| Modifier and Type | Method and Description |
|---|---|
AccountUsersController.InvitationStatus |
AccountUsersController.AccountUser.getStatus() |
static AccountUsersController.InvitationStatus |
AccountUsersController.InvitationStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AccountUsersController.InvitationStatus[] |
AccountUsersController.InvitationStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
AccountUser(Long id,
String username,
String firstName,
String lastName,
String email,
AccountUsersController.InvitationStatus status,
org.duracloud.account.db.model.Role role,
String allowableIPAddressRange,
boolean editable) |
Copyright © 2009–2019 DuraSpace. All rights reserved.