public static class ServiceContext.Account.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext.Account |
build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the Account class
|
ServiceContext.Account.Builder |
setAccountId(String accountId)
Adds a value to the builder for accountId
|
public ServiceContext.Account.Builder setAccountId(String accountId)
accountId - Value to assign to the mutable Builderpublic ServiceContext.Account build()
Copyright © 2021. All rights reserved.