| Package | Description |
|---|---|
| com.independentsoft.exchange |
| Modifier and Type | Method and Description |
|---|---|
StandardUser |
UserId.getStandardUser()
Gets Anonymous and Default user accounts for delegate access.
|
static StandardUser |
StandardUser.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StandardUser[] |
StandardUser.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
UserId.setStandardUser(StandardUser standardUser)
Sets Anonymous and Default user accounts for delegate access.
|
| Constructor and Description |
|---|
UserId(StandardUser standardUser)
Initializes a new instance of the UserId class.
|