public class IdentityApiConnectorCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<IdentityApiConnector,IdentityApiConnectorCollectionRequestBuilder>
| Constructor and Description |
|---|
IdentityApiConnectorCollectionPage(IdentityApiConnectorCollectionResponse response,
IdentityApiConnectorCollectionRequestBuilder builder)
A collection page for IdentityApiConnector
|
IdentityApiConnectorCollectionPage(java.util.List<IdentityApiConnector> pageContents,
IdentityApiConnectorCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for IdentityApiConnector
|
public IdentityApiConnectorCollectionPage(@Nonnull
IdentityApiConnectorCollectionResponse response,
@Nonnull
IdentityApiConnectorCollectionRequestBuilder builder)
response - the serialized IdentityApiConnectorCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic IdentityApiConnectorCollectionPage(@Nonnull
java.util.List<IdentityApiConnector> pageContents,
@Nullable
IdentityApiConnectorCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page