public interface IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
IBaseClient |
getClient()
Gets the client for this request builder
|
java.lang.String |
getRequestUrl()
Gets the request URL
|
java.lang.String |
getRequestUrlWithAdditionalSegment(java.lang.String urlSegment)
Gets the request URL with an additional segment
|
IBaseClient getClient()
java.lang.String getRequestUrl()
java.lang.String getRequestUrlWithAdditionalSegment(java.lang.String urlSegment)
urlSegment - the segment to add to the URL