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