public class DefaultAccountOptions extends DefaultOptions<AccountOptions> implements AccountOptions<AccountOptions>
expansions| Constructor and Description |
|---|
DefaultAccountOptions() |
| Modifier and Type | Method and Description |
|---|---|
AccountOptions |
withCustomData() |
AccountOptions |
withDirectory() |
AccountOptions |
withGroupMemberships() |
AccountOptions |
withGroupMemberships(int limit) |
AccountOptions |
withGroupMemberships(int limit,
int offset) |
AccountOptions |
withGroups() |
AccountOptions |
withGroups(int limit) |
AccountOptions |
withGroups(int limit,
int offset) |
AccountOptions |
withTenant() |
expand, expand, expand, getExpansions, isEmptypublic AccountOptions withCustomData()
withCustomData in interface AccountOptions<AccountOptions>public AccountOptions withDirectory()
withDirectory in interface AccountOptions<AccountOptions>public AccountOptions withTenant()
withTenant in interface AccountOptions<AccountOptions>public AccountOptions withGroups()
withGroups in interface AccountOptions<AccountOptions>public AccountOptions withGroups(int limit)
withGroups in interface AccountOptions<AccountOptions>public AccountOptions withGroups(int limit, int offset)
withGroups in interface AccountOptions<AccountOptions>public AccountOptions withGroupMemberships()
withGroupMemberships in interface AccountOptions<AccountOptions>public AccountOptions withGroupMemberships(int limit)
withGroupMemberships in interface AccountOptions<AccountOptions>public AccountOptions withGroupMemberships(int limit, int offset)
withGroupMemberships in interface AccountOptions<AccountOptions>Copyright © 2012–2014. All rights reserved.