public class PresenceCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<Presence,PresenceCollectionRequestBuilder>
| Constructor and Description |
|---|
PresenceCollectionPage(java.util.List<Presence> pageContents,
PresenceCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for Presence
|
PresenceCollectionPage(PresenceCollectionResponse response,
PresenceCollectionRequestBuilder builder)
A collection page for Presence
|
public PresenceCollectionPage(@Nonnull
PresenceCollectionResponse response,
@Nonnull
PresenceCollectionRequestBuilder builder)
response - the serialized PresenceCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic PresenceCollectionPage(@Nonnull
java.util.List<Presence> pageContents,
@Nullable
PresenceCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page