public class DefaultApplicationOptions extends DefaultOptions<ApplicationOptions> implements ApplicationOptions
expansions| Constructor and Description |
|---|
DefaultApplicationOptions() |
| Modifier and Type | Method and Description |
|---|---|
ApplicationOptions |
withAccounts() |
ApplicationOptions |
withAccounts(int limit) |
ApplicationOptions |
withAccounts(int limit,
int offset) |
Object |
withAccountStoreMappings() |
Object |
withAccountStoreMappings(int limit) |
Object |
withAccountStoreMappings(int limit,
int offset) |
ApplicationOptions |
withGroups() |
ApplicationOptions |
withGroups(int limit) |
ApplicationOptions |
withGroups(int limit,
int offset) |
ApplicationOptions |
withTenant() |
expand, expand, expand, getExpansions, isEmptypublic ApplicationOptions withAccounts()
withAccounts in interface AccountStoreOptionspublic ApplicationOptions withAccounts(int limit)
withAccounts in interface AccountStoreOptionspublic ApplicationOptions withAccounts(int limit, int offset)
withAccounts in interface AccountStoreOptionspublic ApplicationOptions withGroups()
withGroups in interface AccountStoreOptionspublic ApplicationOptions withGroups(int limit)
withGroups in interface AccountStoreOptionspublic ApplicationOptions withGroups(int limit, int offset)
withGroups in interface AccountStoreOptionspublic ApplicationOptions withTenant()
withTenant in interface AccountStoreOptionspublic Object withAccountStoreMappings()
withAccountStoreMappings in interface ApplicationOptionspublic Object withAccountStoreMappings(int limit)
withAccountStoreMappings in interface ApplicationOptionspublic Object withAccountStoreMappings(int limit, int offset)
withAccountStoreMappings in interface ApplicationOptionsCopyright © 2012–2014. All rights reserved.