Class CustomTaskExtensionCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CustomTaskExtension,CustomTaskExtensionCollectionRequestBuilder>
com.microsoft.graph.identitygovernance.requests.CustomTaskExtensionCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CustomTaskExtensionCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CustomTaskExtension,CustomTaskExtensionCollectionRequestBuilder>
The class for the Custom Task Extension Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomTaskExtensionCollectionPage(CustomTaskExtensionCollectionResponse response, CustomTaskExtensionCollectionRequestBuilder builder) A collection page for CustomTaskExtensionCustomTaskExtensionCollectionPage(List<CustomTaskExtension> pageContents, CustomTaskExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomTaskExtension -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CustomTaskExtensionCollectionPage
public CustomTaskExtensionCollectionPage(@Nonnull CustomTaskExtensionCollectionResponse response, @Nonnull CustomTaskExtensionCollectionRequestBuilder builder) A collection page for CustomTaskExtension- Parameters:
response- the serialized CustomTaskExtensionCollectionResponse from the servicebuilder- the request builder for the next collection page
-
CustomTaskExtensionCollectionPage
public CustomTaskExtensionCollectionPage(@Nonnull List<CustomTaskExtension> pageContents, @Nullable CustomTaskExtensionCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomTaskExtension- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-