Package com.microsoft.graph.requests
Class CustomExtensionStageSettingCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CustomExtensionStageSetting,CustomExtensionStageSettingCollectionRequestBuilder>
com.microsoft.graph.requests.CustomExtensionStageSettingCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CustomExtensionStageSettingCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CustomExtensionStageSetting,CustomExtensionStageSettingCollectionRequestBuilder>
The class for the Custom Extension Stage Setting Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCustomExtensionStageSettingCollectionPage(CustomExtensionStageSettingCollectionResponse response, CustomExtensionStageSettingCollectionRequestBuilder builder) A collection page for CustomExtensionStageSettingCustomExtensionStageSettingCollectionPage(List<CustomExtensionStageSetting> pageContents, CustomExtensionStageSettingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomExtensionStageSetting -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CustomExtensionStageSettingCollectionPage
public CustomExtensionStageSettingCollectionPage(@Nonnull CustomExtensionStageSettingCollectionResponse response, @Nonnull CustomExtensionStageSettingCollectionRequestBuilder builder) A collection page for CustomExtensionStageSetting- Parameters:
response- the serialized CustomExtensionStageSettingCollectionResponse from the servicebuilder- the request builder for the next collection page
-
CustomExtensionStageSettingCollectionPage
public CustomExtensionStageSettingCollectionPage(@Nonnull List<CustomExtensionStageSetting> pageContents, @Nullable CustomExtensionStageSettingCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CustomExtensionStageSetting- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-