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