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