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