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