public class ListAccountsOptions extends AccountInDomainOptions
| Modifier and Type | Class and Description |
|---|---|
static class |
ListAccountsOptions.Builder |
| Modifier and Type | Field and Description |
|---|---|
static ListAccountsOptions |
NONE |
formParameters, headers, pathSuffix, payload, queryParameters| Constructor and Description |
|---|
ListAccountsOptions() |
| Modifier and Type | Method and Description |
|---|---|
ListAccountsOptions |
accountInDomain(String account,
String domain) |
ListAccountsOptions |
cleanupRequired(boolean cleanupRequired) |
ListAccountsOptions |
domainId(String domainId) |
ListAccountsOptions |
id(String id) |
ListAccountsOptions |
name(String name) |
ListAccountsOptions |
recursive(boolean recursive) |
ListAccountsOptions |
state(String state) |
buildFormParameters, buildPathSuffix, buildQueryParameters, buildRequestHeaders, buildStringPayload, equals, getFirstFormOrNull, getFirstHeaderOrNull, getFirstQueryOrNull, hashCode, replaceHeader, toStringpublic static final ListAccountsOptions NONE
public ListAccountsOptions id(String id)
id - list account by account IDpublic ListAccountsOptions name(String name)
name - list account by account namepublic ListAccountsOptions state(String state)
state - list accounts by state. Valid states are enabled, disabled, and
locked.public ListAccountsOptions cleanupRequired(boolean cleanupRequired)
cleanupRequired - list accounts by cleanuprequred attributepublic ListAccountsOptions recursive(boolean recursive)
recursive - defaults to false, but if true, lists all accounts from the
parent specified by the domain id till leaves.public ListAccountsOptions accountInDomain(String account, String domain)
accountInDomain in class AccountInDomainOptionsaccount - an optional account for the resourcedomain - domain idpublic ListAccountsOptions domainId(String domainId)
domainId in class AccountInDomainOptionsdomainId - The domain for the resourceCopyright © 2009-2014 The Apache Software Foundation. All Rights Reserved.