public class TeamworkRequestBuilder extends BaseRequestBuilder implements ITeamworkRequestBuilder
| Constructor and Description |
|---|
TeamworkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for the Teamwork
|
| Modifier and Type | Method and Description |
|---|---|
ITeamworkRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific requestOptions instead of the existing requestOptions
|
ITeamworkRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkforceIntegrationCollectionRequestBuilder |
workforceIntegrations() |
IWorkforceIntegrationRequestBuilder |
workforceIntegrations(java.lang.String id) |
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TeamworkRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITeamworkRequest buildRequest(Option... requestOptions)
buildRequest in interface ITeamworkRequestBuilderrequestOptions - the options for this requestpublic ITeamworkRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITeamworkRequestBuilderrequestOptions - the options for this requestpublic IWorkforceIntegrationCollectionRequestBuilder workforceIntegrations()
workforceIntegrations in interface ITeamworkRequestBuilderpublic IWorkforceIntegrationRequestBuilder workforceIntegrations(java.lang.String id)
workforceIntegrations in interface ITeamworkRequestBuilder