public class DirectoryObjectCheckMemberGroupsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<java.lang.String,DirectoryObjectCheckMemberGroupsCollectionRequestBuilder>
| Constructor and Description |
|---|
DirectoryObjectCheckMemberGroupsCollectionPage(DirectoryObjectCheckMemberGroupsCollectionResponse response,
DirectoryObjectCheckMemberGroupsCollectionRequestBuilder builder)
A collection page for String.
|
DirectoryObjectCheckMemberGroupsCollectionPage(java.util.List<java.lang.String> pageContents,
DirectoryObjectCheckMemberGroupsCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for DirectoryObjectCheckMemberGroups
|
public DirectoryObjectCheckMemberGroupsCollectionPage(@Nonnull
DirectoryObjectCheckMemberGroupsCollectionResponse response,
@Nonnull
DirectoryObjectCheckMemberGroupsCollectionRequestBuilder builder)
response - The serialized DirectoryObjectCheckMemberGroupsCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic DirectoryObjectCheckMemberGroupsCollectionPage(@Nonnull
java.util.List<java.lang.String> pageContents,
@Nullable
DirectoryObjectCheckMemberGroupsCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page