Package com.microsoft.graph.requests
Class IdentityApiConnectorCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<IdentityApiConnector,IdentityApiConnectorCollectionRequestBuilder>
com.microsoft.graph.requests.IdentityApiConnectorCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class IdentityApiConnectorCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<IdentityApiConnector,IdentityApiConnectorCollectionRequestBuilder>
The class for the Identity Api Connector Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionIdentityApiConnectorCollectionPage
(IdentityApiConnectorCollectionResponse response, IdentityApiConnectorCollectionRequestBuilder builder) A collection page for IdentityApiConnectorIdentityApiConnectorCollectionPage
(List<IdentityApiConnector> pageContents, IdentityApiConnectorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityApiConnector -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
IdentityApiConnectorCollectionPage
public IdentityApiConnectorCollectionPage(@Nonnull IdentityApiConnectorCollectionResponse response, @Nonnull IdentityApiConnectorCollectionRequestBuilder builder) A collection page for IdentityApiConnector- Parameters:
response
- the serialized IdentityApiConnectorCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
IdentityApiConnectorCollectionPage
public IdentityApiConnectorCollectionPage(@Nonnull List<IdentityApiConnector> pageContents, @Nullable IdentityApiConnectorCollectionRequestBuilder nextRequestBuilder) Creates the collection page for IdentityApiConnector- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-