public static class ListAccountsOptions.Builder
extends java.lang.Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
| Modifier and Type | Method and Description |
|---|---|
ListAccountsOptions.Builder |
accountGroupId(java.lang.String accountGroupId)
Set the accountGroupId.
|
ListAccountsOptions |
build()
Builds a ListAccountsOptions.
|
ListAccountsOptions.Builder |
enterpriseId(java.lang.String enterpriseId)
Set the enterpriseId.
|
ListAccountsOptions.Builder |
limit(long limit)
Set the limit.
|
ListAccountsOptions.Builder |
nextDocid(java.lang.String nextDocid)
Set the nextDocid.
|
ListAccountsOptions.Builder |
parent(java.lang.String parent)
Set the parent.
|
public ListAccountsOptions build()
public ListAccountsOptions.Builder enterpriseId(java.lang.String enterpriseId)
enterpriseId - the enterpriseIdpublic ListAccountsOptions.Builder accountGroupId(java.lang.String accountGroupId)
accountGroupId - the accountGroupIdpublic ListAccountsOptions.Builder nextDocid(java.lang.String nextDocid)
nextDocid - the nextDocidpublic ListAccountsOptions.Builder parent(java.lang.String parent)
parent - the parentpublic ListAccountsOptions.Builder limit(long limit)
limit - the limitCopyright © 2022 IBM Cloud Platform Services. All rights reserved.