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