public class OnenotePageOnenotePatchContentRequestBuilder extends BaseActionRequestBuilder implements IOnenotePageOnenotePatchContentRequestBuilder
bodyParams
Constructor and Description |
---|
OnenotePageOnenotePatchContentRequestBuilder(java.lang.String requestUrl,
IBaseClient client,
java.util.List<? extends Option> requestOptions,
java.util.List<OnenotePatchContentCommand> commands)
The request builder for this OnenotePageOnenotePatchContent
|
Modifier and Type | Method and Description |
---|---|
IOnenotePageOnenotePatchContentRequest |
buildRequest(java.util.List<? extends Option> requestOptions)
Creates the IOnenotePageOnenotePatchContentRequest with specific requestOptions instead of the existing requestOptions
|
IOnenotePageOnenotePatchContentRequest |
buildRequest(Option... requestOptions)
Creates the IOnenotePageOnenotePatchContentRequest
|
getParameter, hasParameter
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getClient, getRequestUrl, getRequestUrlWithAdditionalSegment
public OnenotePageOnenotePatchContentRequestBuilder(java.lang.String requestUrl, IBaseClient client, java.util.List<? extends Option> requestOptions, java.util.List<OnenotePatchContentCommand> commands)
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this requestcommands
- the commandspublic IOnenotePageOnenotePatchContentRequest buildRequest(Option... requestOptions)
buildRequest
in interface IOnenotePageOnenotePatchContentRequestBuilder
requestOptions
- the options for the requestpublic IOnenotePageOnenotePatchContentRequest buildRequest(java.util.List<? extends Option> requestOptions)
buildRequest
in interface IOnenotePageOnenotePatchContentRequestBuilder
requestOptions
- the options for the request