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