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