public final class GetEntryURLWithCodeResponse extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetEntryURLWithCodeResponse.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetEntryURLWithCodeResponse |
fromProto(ApiProto.GetEntryURLWithCodeResponse proto)
Allows for simple conversion between the low-level generated protobuf object to
GetEntryURLWithCodeResponse, which is much more usable.
|
static List<GetEntryURLWithCodeResponse> |
fromProtos(List<ApiProto.GetEntryURLWithCodeResponse> protos)
Convenience method for handling lists of proto objects.
|
String |
getEntryUrl()
The entry URL, containing the code in the query params
|
static GetEntryURLWithCodeResponse.Builder |
newBuilder()
Returns a Builder for GetEntryURLWithCodeResponse, which is a mutable representation of the object.
|
ApiProto.GetEntryURLWithCodeResponse |
toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
static List<ApiProto.GetEntryURLWithCodeResponse> |
toProtos(List<GetEntryURLWithCodeResponse> objects)
Convenience method for handling lists of objects.
|
String |
toString()
Provides a human-readable representation of this object.
|
public String getEntryUrl()
public static GetEntryURLWithCodeResponse.Builder newBuilder()
public String toString()
public static GetEntryURLWithCodeResponse fromProto(ApiProto.GetEntryURLWithCodeResponse proto)
public static List<GetEntryURLWithCodeResponse> fromProtos(List<ApiProto.GetEntryURLWithCodeResponse> protos)
public ApiProto.GetEntryURLWithCodeResponse toProto()
public static List<ApiProto.GetEntryURLWithCodeResponse> toProtos(List<GetEntryURLWithCodeResponse> objects)
Copyright © 2021. All rights reserved.