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