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