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