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