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