Package com.microsoft.graph.requests
Class ServiceUpdateMessageCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ServiceUpdateMessage,ServiceUpdateMessageCollectionRequestBuilder>
com.microsoft.graph.requests.ServiceUpdateMessageCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ServiceUpdateMessageCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ServiceUpdateMessage,ServiceUpdateMessageCollectionRequestBuilder>
The class for the Service Update Message Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionServiceUpdateMessageCollectionPage(ServiceUpdateMessageCollectionResponse response, ServiceUpdateMessageCollectionRequestBuilder builder) A collection page for ServiceUpdateMessageServiceUpdateMessageCollectionPage(List<ServiceUpdateMessage> pageContents, ServiceUpdateMessageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServiceUpdateMessage -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ServiceUpdateMessageCollectionPage
public ServiceUpdateMessageCollectionPage(@Nonnull ServiceUpdateMessageCollectionResponse response, @Nonnull ServiceUpdateMessageCollectionRequestBuilder builder) A collection page for ServiceUpdateMessage- Parameters:
response- the serialized ServiceUpdateMessageCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ServiceUpdateMessageCollectionPage
public ServiceUpdateMessageCollectionPage(@Nonnull List<ServiceUpdateMessage> pageContents, @Nullable ServiceUpdateMessageCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServiceUpdateMessage- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-