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