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