public static class LogoutRequest.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
LogoutRequest |
build()
Takes the configuration in the mutable Builder and uses it to instantiate a final instance
of the LogoutRequest class
|
LogoutRequest.Builder |
setSessionId(String sessionId)
Adds a value to the builder for sessionId
|
public LogoutRequest.Builder setSessionId(String sessionId)
sessionId - Value to assign to the mutable Builderpublic LogoutRequest build()
Copyright © 2021. All rights reserved.