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