public abstract static class SessionRequest.Builder<T extends SessionRequest.Builder<T,U>,U extends SessionRequest> extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
T |
withSession(long session)
Sets the session ID.
|
public T withSession(long session)
session - The session ID.IllegalArgumentException - if session is less than 0Copyright © 2013–2017. All rights reserved.