public interface ITeamworkRequestBuilder extends IRequestBuilder
| Modifier and Type | Method and Description |
|---|---|
ITeamworkRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the request with specific options instead of the existing options
|
ITeamworkRequest |
buildRequest(Option... requestOptions)
Creates the request
|
IWorkforceIntegrationCollectionRequestBuilder |
workforceIntegrations() |
IWorkforceIntegrationRequestBuilder |
workforceIntegrations(java.lang.String id) |
getClient, getRequestUrl, getRequestUrlWithAdditionalSegmentITeamworkRequest buildRequest(Option... requestOptions)
requestOptions - the options for this requestITeamworkRequest buildRequest(java.util.List<? extends Option> requestOptions)
requestOptions - the options for this requestIWorkforceIntegrationCollectionRequestBuilder workforceIntegrations()
IWorkforceIntegrationRequestBuilder workforceIntegrations(java.lang.String id)