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