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