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