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