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