Class FilterOperatorSchemaCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<FilterOperatorSchema,FilterOperatorSchemaCollectionRequestBuilder>
com.microsoft.graph.requests.FilterOperatorSchemaCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class FilterOperatorSchemaCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<FilterOperatorSchema,FilterOperatorSchemaCollectionRequestBuilder>
The class for the Filter Operator Schema Collection Page.
  • Constructor Details

    • FilterOperatorSchemaCollectionPage

      public FilterOperatorSchemaCollectionPage(@Nonnull FilterOperatorSchemaCollectionResponse response, @Nonnull FilterOperatorSchemaCollectionRequestBuilder builder)
      A collection page for FilterOperatorSchema
      Parameters:
      response - the serialized FilterOperatorSchemaCollectionResponse from the service
      builder - the request builder for the next collection page
    • FilterOperatorSchemaCollectionPage

      public FilterOperatorSchemaCollectionPage(@Nonnull List<FilterOperatorSchema> pageContents, @Nullable FilterOperatorSchemaCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for FilterOperatorSchema
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page