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