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