Package com.microsoft.graph.requests
Class ContentTypeCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<ContentType,ContentTypeRequestBuilder,ContentTypeCollectionResponse,ContentTypeCollectionPage,ContentTypeCollectionRequest>
com.microsoft.graph.requests.ContentTypeCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class ContentTypeCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<ContentType,ContentTypeRequestBuilder,ContentTypeCollectionResponse,ContentTypeCollectionPage,ContentTypeCollectionRequest>
The class for the Content Type Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionContentTypeCollectionRequestBuilder(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of List -
Method Summary
Modifier and TypeMethodDescriptionaddCopy(ContentTypeAddCopyParameterSet parameters) Gets a builder to execute the methodGets a builder to execute the methodcom.microsoft.graph.http.PrimitiveRequestBuilder<Long>count()Gets the raw count request for the collectionGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byIdMethods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
ContentTypeCollectionRequestBuilder
public ContentTypeCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of List- Parameters:
requestUrl- the request URLclient- the service clientrequestOptions- the options for this request
-
-
Method Details
-
addCopy
@Nonnull public ContentTypeAddCopyRequestBuilder addCopy(@Nonnull ContentTypeAddCopyParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
addCopyFromContentTypeHub
@Nonnull public ContentTypeAddCopyFromContentTypeHubRequestBuilder addCopyFromContentTypeHub(@Nonnull ContentTypeAddCopyFromContentTypeHubParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters- the parameters for the service method- Returns:
- the request builder
-
getCompatibleHubContentTypes
@Nonnull public ContentTypeGetCompatibleHubContentTypesCollectionRequestBuilder getCompatibleHubContentTypes()Gets a builder to execute the method- Returns:
- the request builder collection
-
count
Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-