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