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