Class TermsAndConditionsCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<TermsAndConditions,TermsAndConditionsCollectionRequestBuilder>
com.microsoft.graph.requests.TermsAndConditionsCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TermsAndConditionsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<TermsAndConditions,TermsAndConditionsCollectionRequestBuilder>
The class for the Terms And Conditions Collection Page.
  • Constructor Details

    • TermsAndConditionsCollectionPage

      public TermsAndConditionsCollectionPage(@Nonnull TermsAndConditionsCollectionResponse response, @Nonnull TermsAndConditionsCollectionRequestBuilder builder)
      A collection page for TermsAndConditions
      Parameters:
      response - the serialized TermsAndConditionsCollectionResponse from the service
      builder - the request builder for the next collection page
    • TermsAndConditionsCollectionPage

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