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 Details

    • OpenShiftCollectionPage

      public OpenShiftCollectionPage(@Nonnull OpenShiftCollectionResponse response, @Nonnull OpenShiftCollectionRequestBuilder builder)
      A collection page for OpenShift
      Parameters:
      response - the serialized OpenShiftCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page