Package com.microsoft.graph.requests
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 Summary
ConstructorsConstructorDescriptionPresenceCollectionPage
(PresenceCollectionResponse response, PresenceCollectionRequestBuilder builder) A collection page for PresencePresenceCollectionPage
(List<Presence> pageContents, PresenceCollectionRequestBuilder nextRequestBuilder) Creates the collection page for Presence -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
PresenceCollectionPage
public PresenceCollectionPage(@Nonnull PresenceCollectionResponse response, @Nonnull PresenceCollectionRequestBuilder builder) A collection page for Presence- Parameters:
response
- the serialized PresenceCollectionResponse from the servicebuilder
- 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 pagenextRequestBuilder
- the request builder for the next page
-