Class TrainingCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Training,TrainingCollectionRequestBuilder>
com.microsoft.graph.requests.TrainingCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class TrainingCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Training,TrainingCollectionRequestBuilder>
The class for the Training Collection Page.
  • Constructor Details

    • TrainingCollectionPage

      public TrainingCollectionPage(@Nonnull TrainingCollectionResponse response, @Nonnull TrainingCollectionRequestBuilder builder)
      A collection page for Training
      Parameters:
      response - the serialized TrainingCollectionResponse from the service
      builder - the request builder for the next collection page
    • TrainingCollectionPage

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