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