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