Class PresenceCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Presence,PresenceCollectionRequestBuilder>
com.microsoft.graph.requests.PresenceCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class PresenceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Presence,PresenceCollectionRequestBuilder>
The class for the Presence Collection Page.
  • Constructor Details

    • PresenceCollectionPage

      public PresenceCollectionPage(@Nonnull PresenceCollectionResponse response, @Nonnull PresenceCollectionRequestBuilder builder)
      A collection page for Presence
      Parameters:
      response - the serialized PresenceCollectionResponse from the service
      builder - the request builder for the next collection page
    • PresenceCollectionPage

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