public class TeamUnarchiveRequestBuilder extends BaseActionRequestBuilder implements ITeamUnarchiveRequestBuilder
bodyParams| Constructor and Description |
|---|
TeamUnarchiveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
The request builder for this TeamUnarchive
|
| Modifier and Type | Method and Description |
|---|---|
ITeamUnarchiveRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the ITeamUnarchiveRequest with specific requestOptions instead of the existing requestOptions
|
ITeamUnarchiveRequest |
buildRequest(Option... requestOptions)
Creates the ITeamUnarchiveRequest
|
getParameter, hasParametergetClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegmentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetClient, getRequestUrl, getRequestUrlWithAdditionalSegmentpublic TeamUnarchiveRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic ITeamUnarchiveRequest buildRequest(Option... requestOptions)
buildRequest in interface ITeamUnarchiveRequestBuilderrequestOptions - the options for the requestpublic ITeamUnarchiveRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest in interface ITeamUnarchiveRequestBuilderrequestOptions - the options for the request