Package com.microsoft.graph.requests
Class ContentTypeCopyToDefaultContentLocationRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseActionRequestBuilder<ContentType>
com.microsoft.graph.requests.ContentTypeCopyToDefaultContentLocationRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ContentTypeCopyToDefaultContentLocationRequestBuilder
extends com.microsoft.graph.http.BaseActionRequestBuilder<ContentType>
The class for the Content Type Copy To Default Content Location Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionContentTypeCopyToDefaultContentLocationRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ContentTypeCopyToDefaultContentLocationContentTypeCopyToDefaultContentLocationRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions, ContentTypeCopyToDefaultContentLocationParameterSet parameters) The request builder for this ContentTypeCopyToDefaultContentLocation -
Method Summary
Modifier and TypeMethodDescriptionbuildRequest(com.microsoft.graph.options.Option... requestOptions) Creates the ContentTypeCopyToDefaultContentLocationRequestbuildRequest(List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ContentTypeCopyToDefaultContentLocationRequest with specific requestOptions instead of the existing requestOptionsMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ContentTypeCopyToDefaultContentLocationRequestBuilder
public ContentTypeCopyToDefaultContentLocationRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this ContentTypeCopyToDefaultContentLocation- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
ContentTypeCopyToDefaultContentLocationRequestBuilder
public ContentTypeCopyToDefaultContentLocationRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull ContentTypeCopyToDefaultContentLocationParameterSet parameters) The request builder for this ContentTypeCopyToDefaultContentLocation- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this requestparameters- the parameters for the service method
-
-
Method Details
-
buildRequest
@Nonnull public ContentTypeCopyToDefaultContentLocationRequest buildRequest(@Nullable com.microsoft.graph.options.Option... requestOptions) Creates the ContentTypeCopyToDefaultContentLocationRequest- Parameters:
requestOptions- the options for the request- Returns:
- the ContentTypeCopyToDefaultContentLocationRequest instance
-
buildRequest
@Nonnull public ContentTypeCopyToDefaultContentLocationRequest buildRequest(@Nonnull List<? extends com.microsoft.graph.options.Option> requestOptions) Creates the ContentTypeCopyToDefaultContentLocationRequest with specific requestOptions instead of the existing requestOptions- Parameters:
requestOptions- the options for the request- Returns:
- the ContentTypeCopyToDefaultContentLocationRequest instance
-