public class AccountUsersController.AccountUser extends Object implements Comparable<AccountUsersController.AccountUser>
| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(AccountUsersController.AccountUser o) |
String |
getAllowableIPAddressRange() |
String |
getEmail() |
String |
getFirstName() |
Long |
getId() |
String |
getLastName() |
org.duracloud.account.db.model.Role |
getRole() |
AccountUsersController.InvitationStatus |
getStatus() |
String |
getUsername() |
boolean |
isEditable() |
void |
setAllowableIPAddressRange(String allowableIPAddressRange) |
public Long getId()
public String getUsername()
public String getFirstName()
public String getLastName()
public String getEmail()
public AccountUsersController.InvitationStatus getStatus()
public org.duracloud.account.db.model.Role getRole()
public boolean isEditable()
public int compareTo(AccountUsersController.AccountUser o)
compareTo in interface Comparable<AccountUsersController.AccountUser>public String getAllowableIPAddressRange()
public void setAllowableIPAddressRange(String allowableIPAddressRange)
Copyright © 2009–2016 DuraSpace. All rights reserved.