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