Package com.microsoft.graph.requests
Class GroupCollectionRequestBuilder
java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<Group,GroupRequestBuilder,GroupCollectionResponse,GroupCollectionPage,GroupCollectionRequest>
com.microsoft.graph.requests.GroupCollectionRequestBuilder
- All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder
public class GroupCollectionRequestBuilder
extends com.microsoft.graph.http.BaseCollectionRequestBuilder<Group,GroupRequestBuilder,GroupCollectionResponse,GroupCollectionPage,GroupCollectionRequest>
The class for the Group Collection Request Builder.
-
Constructor Summary
ConstructorsConstructorDescriptionGroupCollectionRequestBuilder
(String requestUrl, com.microsoft.graph.core.IBaseClient<?> client, List<? extends com.microsoft.graph.options.Option> requestOptions) The request builder for this collection of Group -
Method Summary
Modifier and TypeMethodDescriptioncom.microsoft.graph.http.PrimitiveRequestBuilder<Long>
count()
Gets the raw count request for the collectiondelta()
Gets a builder to execute the methodgetAvailableExtensionProperties
(DirectoryObjectGetAvailableExtensionPropertiesParameterSet parameters) Gets a builder to execute the methodgetByIds
(DirectoryObjectGetByIdsParameterSet parameters) Gets a builder to execute the methodGets a builder to execute the methodMethods inherited from class com.microsoft.graph.http.BaseCollectionRequestBuilder
buildRequest, buildRequest, byId
Methods inherited from class com.microsoft.graph.http.BaseRequestBuilder
getClient, getOptions, getRequestUrl, getRequestUrlWithAdditionalParameter, getRequestUrlWithAdditionalSegment
-
Constructor Details
-
GroupCollectionRequestBuilder
public GroupCollectionRequestBuilder(@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 Group- Parameters:
requestUrl
- the request URLclient
- the service clientrequestOptions
- the options for this request
-
-
Method Details
-
delta
Gets a builder to execute the method- Returns:
- the request builder collection
-
validateProperties
@Nonnull public DirectoryObjectValidatePropertiesRequestBuilder validateProperties(@Nonnull DirectoryObjectValidatePropertiesParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder
-
getAvailableExtensionProperties
@Nonnull public DirectoryObjectGetAvailableExtensionPropertiesCollectionRequestBuilder getAvailableExtensionProperties(@Nonnull DirectoryObjectGetAvailableExtensionPropertiesParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder collection
-
getByIds
@Nonnull public DirectoryObjectGetByIdsCollectionRequestBuilder getByIds(@Nonnull DirectoryObjectGetByIdsParameterSet parameters) Gets a builder to execute the method- Parameters:
parameters
- the parameters for the service method- Returns:
- the request builder collection
-
count
Gets the raw count request for the collection- Returns:
- The raw count request for the collection
-