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