| Package | Description |
|---|---|
| com.vendasta.sso.v1.internal |
| Modifier and Type | Method and Description |
|---|---|
ServiceContext.Brand |
ServiceContext.Brand.Builder.build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the Brand class
|
static ServiceContext.Brand |
ServiceContext.Brand.fromProto(ServiceProviderProto.ServiceContext.Brand proto)
Allows for simple conversion between the low-level generated protobuf object to
Brand, which is much more usable.
|
ServiceContext.Brand |
ServiceContext.getBrand() |
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceContext.Brand> |
ServiceContext.Brand.fromProtos(List<ServiceProviderProto.ServiceContext.Brand> protos)
Convenience method for handling lists of proto objects.
|
| Modifier and Type | Method and Description |
|---|---|
ServiceContext.Builder |
ServiceContext.Builder.setBrand(ServiceContext.Brand brand)
Adds a value to the builder for brand
|
| Modifier and Type | Method and Description |
|---|---|
static List<ServiceProviderProto.ServiceContext.Brand> |
ServiceContext.Brand.toProtos(List<ServiceContext.Brand> objects)
Convenience method for handling lists of objects.
|
Copyright © 2021. All rights reserved.