public class RocketChatClientCallBuilder extends Object
RocketChatClient and is only supposed to be used internally.| Modifier | Constructor and Description |
|---|---|
protected |
RocketChatClientCallBuilder(String serverUrl,
String user,
String password) |
| Modifier and Type | Method and Description |
|---|---|
protected Response |
buildCall(RocketChatRestApiV1 call) |
protected Response |
buildCall(RocketChatRestApiV1 call,
RocketChatQueryParams queryParams) |
protected Response |
buildCall(RocketChatRestApiV1 call,
RocketChatQueryParams queryParams,
Object body) |
protected Response buildCall(RocketChatRestApiV1 call) throws IOException
IOExceptionprotected Response buildCall(RocketChatRestApiV1 call, RocketChatQueryParams queryParams) throws IOException
IOExceptionprotected Response buildCall(RocketChatRestApiV1 call, RocketChatQueryParams queryParams, Object body) throws IOException
IOExceptionCopyright © 2016. All rights reserved.