Class TagCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionRequestBuilder>
com.microsoft.graph.ediscovery.requests.TagCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class TagCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Tag,TagCollectionRequestBuilder>
The class for the Tag Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionTagCollectionPage(TagCollectionResponse response, TagCollectionRequestBuilder builder) A collection page for TagTagCollectionPage(List<Tag> pageContents, TagCollectionRequestBuilder 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
-
TagCollectionPage
public TagCollectionPage(@Nonnull TagCollectionResponse response, @Nonnull TagCollectionRequestBuilder builder) A collection page for Tag- Parameters:
response- the serialized TagCollectionResponse from the servicebuilder- the request builder for the next collection page
-
TagCollectionPage
public TagCollectionPage(@Nonnull List<Tag> pageContents, @Nullable TagCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Tag- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-