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