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