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