Package com.microsoft.graph.requests
Class DirectoryObjectCheckMemberGroupsCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<String,DirectoryObjectCheckMemberGroupsCollectionRequestBuilder>
com.microsoft.graph.requests.DirectoryObjectCheckMemberGroupsCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class DirectoryObjectCheckMemberGroupsCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<String,DirectoryObjectCheckMemberGroupsCollectionRequestBuilder>
The class for the Directory Object Check Member Groups Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionDirectoryObjectCheckMemberGroupsCollectionPage
(DirectoryObjectCheckMemberGroupsCollectionResponse response, DirectoryObjectCheckMemberGroupsCollectionRequestBuilder builder) A collection page for String.DirectoryObjectCheckMemberGroupsCollectionPage
(List<String> pageContents, DirectoryObjectCheckMemberGroupsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryObjectCheckMemberGroups -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
DirectoryObjectCheckMemberGroupsCollectionPage
public DirectoryObjectCheckMemberGroupsCollectionPage(@Nonnull DirectoryObjectCheckMemberGroupsCollectionResponse response, @Nonnull DirectoryObjectCheckMemberGroupsCollectionRequestBuilder builder) A collection page for String.- Parameters:
response
- The serialized DirectoryObjectCheckMemberGroupsCollectionResponse from the servicebuilder
- The request builder for the next collection page
-
DirectoryObjectCheckMemberGroupsCollectionPage
public DirectoryObjectCheckMemberGroupsCollectionPage(@Nonnull List<String> pageContents, @Nullable DirectoryObjectCheckMemberGroupsCollectionRequestBuilder nextRequestBuilder) Creates the collection page for DirectoryObjectCheckMemberGroups- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-