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