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