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