| Package | Description |
|---|---|
| com.vendasta.sso.v1.internal |
| Modifier and Type | Method and Description |
|---|---|
GetSessionTransferURLRequest |
GetSessionTransferURLRequest.Builder.build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the GetSessionTransferURLRequest class
|
static GetSessionTransferURLRequest |
GetSessionTransferURLRequest.fromProto(ApiProto.GetSessionTransferURLRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetSessionTransferURLRequest, which is much more usable.
|
| Modifier and Type | Method and Description |
|---|---|
static List<GetSessionTransferURLRequest> |
GetSessionTransferURLRequest.fromProtos(List<ApiProto.GetSessionTransferURLRequest> protos)
Convenience method for handling lists of proto objects.
|
| Modifier and Type | Method and Description |
|---|---|
GetSessionTransferURLResponse |
ServiceProviderHTTPClient.GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetSessionTransferURLResponse |
ServiceProviderGeneratedClient.GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetSessionTransferURLResponse |
ServiceProviderGRPCClient.GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
GetSessionTransferURLResponse |
ServiceProviderClientInterface.GetSessionTransferURL(GetSessionTransferURLRequest req,
com.vendasta.vax.RequestOptions.Builder options) |
| Modifier and Type | Method and Description |
|---|---|
static List<ApiProto.GetSessionTransferURLRequest> |
GetSessionTransferURLRequest.toProtos(List<GetSessionTransferURLRequest> objects)
Convenience method for handling lists of objects.
|
Copyright © 2021. All rights reserved.