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