Package com.microsoft.graph.requests
Class ServicePrincipalDeltaCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<T,T2>
com.microsoft.graph.http.DeltaCollectionPage<ServicePrincipal,ServicePrincipalDeltaCollectionRequestBuilder>
com.microsoft.graph.requests.ServicePrincipalDeltaCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ServicePrincipalDeltaCollectionPage
extends com.microsoft.graph.http.DeltaCollectionPage<ServicePrincipal,ServicePrincipalDeltaCollectionRequestBuilder>
The class for the Service Principal Delta Collection Page.
-
Field Summary
Fields inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLink -
Constructor Summary
ConstructorsConstructorDescriptionServicePrincipalDeltaCollectionPage(ServicePrincipalDeltaCollectionResponse response, ServicePrincipalDeltaCollectionRequestBuilder builder) A collection page for ServicePrincipal.ServicePrincipalDeltaCollectionPage(List<ServicePrincipal> pageContents, ServicePrincipalDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServicePrincipalDelta -
Method Summary
Methods inherited from class com.microsoft.graph.http.DeltaCollectionPage
deltaLinkMethods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ServicePrincipalDeltaCollectionPage
public ServicePrincipalDeltaCollectionPage(@Nonnull ServicePrincipalDeltaCollectionResponse response, @Nonnull ServicePrincipalDeltaCollectionRequestBuilder builder) A collection page for ServicePrincipal.- Parameters:
response- The serialized ServicePrincipalDeltaCollectionResponse from the servicebuilder- The request builder for the next collection page
-
ServicePrincipalDeltaCollectionPage
public ServicePrincipalDeltaCollectionPage(@Nonnull List<ServicePrincipal> pageContents, @Nullable ServicePrincipalDeltaCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ServicePrincipalDelta- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-