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