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