public static class ListUsersOptions.Builder extends Object
| Constructor and Description |
|---|
Builder()
Instantiates a new builder.
|
Builder(String accountId)
Instantiates a new builder with required properties.
|
| Modifier and Type | Method and Description |
|---|---|
ListUsersOptions.Builder |
accountId(String accountId)
Set the accountId.
|
ListUsersOptions |
build()
Builds a ListUsersOptions.
|
ListUsersOptions.Builder |
limit(long limit)
Set the limit.
|
ListUsersOptions.Builder |
start(String start)
Set the start.
|
ListUsersOptions.Builder |
state(String state)
Set the state.
|
public Builder()
public Builder(String accountId)
accountId - the accountIdpublic ListUsersOptions build()
public ListUsersOptions.Builder accountId(String accountId)
accountId - the accountIdpublic ListUsersOptions.Builder state(String state)
state - the statepublic ListUsersOptions.Builder limit(long limit)
limit - the limitpublic ListUsersOptions.Builder start(String start)
start - the startCopyright © 2021 IBM Cloud Platform Services. All rights reserved.