Package com.microsoft.graph.requests
Class CloudCommunicationsGetPresencesByUserIdCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<Presence,CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder>
com.microsoft.graph.requests.CloudCommunicationsGetPresencesByUserIdCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CloudCommunicationsGetPresencesByUserIdCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<Presence,CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder>
The class for the Cloud Communications Get Presences By User Id Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCloudCommunicationsGetPresencesByUserIdCollectionPage(CloudCommunicationsGetPresencesByUserIdCollectionResponse response, CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder builder) A collection page for Presence.CloudCommunicationsGetPresencesByUserIdCollectionPage(List<Presence> pageContents, CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CloudCommunicationsGetPresencesByUserId -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CloudCommunicationsGetPresencesByUserIdCollectionPage
public CloudCommunicationsGetPresencesByUserIdCollectionPage(@Nonnull CloudCommunicationsGetPresencesByUserIdCollectionResponse response, @Nonnull CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder builder) A collection page for Presence.- Parameters:
response- The serialized CloudCommunicationsGetPresencesByUserIdCollectionResponse from the servicebuilder- The request builder for the next collection page
-
CloudCommunicationsGetPresencesByUserIdCollectionPage
public CloudCommunicationsGetPresencesByUserIdCollectionPage(@Nonnull List<Presence> pageContents, @Nullable CloudCommunicationsGetPresencesByUserIdCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CloudCommunicationsGetPresencesByUserId- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-