Class TagCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionWithReferencesRequestBuilder>
com.microsoft.graph.ediscovery.requests.TagCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TagCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionWithReferencesRequestBuilder>
The class for the Tag Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTagCollectionWithReferencesPage(TagCollectionResponse response, TagCollectionWithReferencesRequestBuilder builder) A collection page for TagTagCollectionWithReferencesPage(List<Tag> pageContents, TagCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Tag -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
TagCollectionWithReferencesPage
public TagCollectionWithReferencesPage(@Nonnull TagCollectionResponse response, @Nullable TagCollectionWithReferencesRequestBuilder builder) A collection page for Tag- Parameters:
response- the serialized TagCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TagCollectionWithReferencesPage
public TagCollectionWithReferencesPage(@Nonnull List<Tag> pageContents, @Nullable TagCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for Tag- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-