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