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