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