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 abstract class ClearTokenRequest.Builder extends Object
Builder for ClearTokenRequest.
Public Constructor Summary
|
Builder()
|
Public Method Summary
| abstract ClearTokenRequest |
build()
Builds the
ClearTokenRequest.
|
| abstract ClearTokenRequest.Builder |
Inherited Method Summary
Public Constructors
public Builder ()
Public Methods
public abstract ClearTokenRequest build ()
Builds the ClearTokenRequest.
public abstract ClearTokenRequest.Builder setToken (String token)
Sets the token being cleared from the cache.