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