public final class GetSessionTransferURLRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
GetSessionTransferURLRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static GetSessionTransferURLRequest |
fromProto(ApiProto.GetSessionTransferURLRequest proto)
Allows for simple conversion between the low-level generated protobuf object to
GetSessionTransferURLRequest, which is much more usable.
|
static List<GetSessionTransferURLRequest> |
fromProtos(List<ApiProto.GetSessionTransferURLRequest> protos)
Convenience method for handling lists of proto objects.
|
ServiceContext |
getContext()
The service context.
|
String |
getServiceProviderId()
An ID unique to a service/application (such as a marketplace application ID)
|
static GetSessionTransferURLRequest.Builder |
newBuilder()
Returns a Builder for GetSessionTransferURLRequest, which is a mutable representation of the object.
|
ApiProto.GetSessionTransferURLRequest |
toProto()
Allows for simple conversion of an object to the low-level generated protobuf object.
|
static List<ApiProto.GetSessionTransferURLRequest> |
toProtos(List<GetSessionTransferURLRequest> 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 GetSessionTransferURLRequest.Builder newBuilder()
public String toString()
public static GetSessionTransferURLRequest fromProto(ApiProto.GetSessionTransferURLRequest proto)
public static List<GetSessionTransferURLRequest> fromProtos(List<ApiProto.GetSessionTransferURLRequest> protos)
public ApiProto.GetSessionTransferURLRequest toProto()
public static List<ApiProto.GetSessionTransferURLRequest> toProtos(List<GetSessionTransferURLRequest> objects)
Copyright © 2021. All rights reserved.