public class ServicePrincipalDeltaCollectionPage extends com.microsoft.graph.http.DeltaCollectionPage<ServicePrincipal,ServicePrincipalDeltaCollectionRequestBuilder>
| Constructor and Description |
|---|
ServicePrincipalDeltaCollectionPage(java.util.List<ServicePrincipal> pageContents,
ServicePrincipalDeltaCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for ServicePrincipalDelta
|
ServicePrincipalDeltaCollectionPage(ServicePrincipalDeltaCollectionResponse response,
ServicePrincipalDeltaCollectionRequestBuilder builder)
A collection page for ServicePrincipal.
|
public ServicePrincipalDeltaCollectionPage(@Nonnull
ServicePrincipalDeltaCollectionResponse response,
@Nonnull
ServicePrincipalDeltaCollectionRequestBuilder builder)
response - The serialized ServicePrincipalDeltaCollectionResponse from the servicebuilder - The request builder for the next collection pagepublic ServicePrincipalDeltaCollectionPage(@Nonnull
java.util.List<ServicePrincipal> pageContents,
@Nullable
ServicePrincipalDeltaCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page