Package com.microsoft.graph.requests
Class OpenShiftChangeRequestCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<OpenShiftChangeRequest,OpenShiftChangeRequestCollectionRequestBuilder>
com.microsoft.graph.requests.OpenShiftChangeRequestCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class OpenShiftChangeRequestCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<OpenShiftChangeRequest,OpenShiftChangeRequestCollectionRequestBuilder>
The class for the Open Shift Change Request Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionOpenShiftChangeRequestCollectionPage
(OpenShiftChangeRequestCollectionResponse response, OpenShiftChangeRequestCollectionRequestBuilder builder) A collection page for OpenShiftChangeRequestOpenShiftChangeRequestCollectionPage
(List<OpenShiftChangeRequest> pageContents, OpenShiftChangeRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OpenShiftChangeRequest -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
OpenShiftChangeRequestCollectionPage
public OpenShiftChangeRequestCollectionPage(@Nonnull OpenShiftChangeRequestCollectionResponse response, @Nonnull OpenShiftChangeRequestCollectionRequestBuilder builder) A collection page for OpenShiftChangeRequest- Parameters:
response
- the serialized OpenShiftChangeRequestCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
OpenShiftChangeRequestCollectionPage
public OpenShiftChangeRequestCollectionPage(@Nonnull List<OpenShiftChangeRequest> pageContents, @Nullable OpenShiftChangeRequestCollectionRequestBuilder nextRequestBuilder) Creates the collection page for OpenShiftChangeRequest- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-