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