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 Details

    • OpenShiftChangeRequestCollectionPage

      public OpenShiftChangeRequestCollectionPage(@Nonnull OpenShiftChangeRequestCollectionResponse response, @Nonnull OpenShiftChangeRequestCollectionRequestBuilder builder)
      A collection page for OpenShiftChangeRequest
      Parameters:
      response - the serialized OpenShiftChangeRequestCollectionResponse from the service
      builder - 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 page
      nextRequestBuilder - the request builder for the next page