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