Page Summary
-
ClearTokenRequest.Builder is used to build a ClearTokenRequest.
-
The builder has a public constructor.
-
The builder has a build method to finalize the request.
-
The builder has a setToken method to specify the token to be cleared.
public static final class ClearTokenRequest.Builder extends Object
Builder for ClearTokenRequest.
Public Method Summary
| ClearTokenRequest |
build()
Builds the
ClearTokenRequest.
|
| ClearTokenRequest.Builder |
Inherited Method Summary
Public Methods
public ClearTokenRequest build ()
Builds the ClearTokenRequest.
public ClearTokenRequest.Builder setToken (String token)
Sets the token being cleared from the cache.