Package com.microsoft.graph.requests
Class CertificateBasedAuthConfigurationCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CertificateBasedAuthConfiguration,CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.CertificateBasedAuthConfigurationCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CertificateBasedAuthConfigurationCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<CertificateBasedAuthConfiguration,CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder>
The class for the Certificate Based Auth Configuration Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateBasedAuthConfigurationCollectionWithReferencesPage(CertificateBasedAuthConfigurationCollectionResponse response, CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder builder) A collection page for CertificateBasedAuthConfigurationCertificateBasedAuthConfigurationCollectionWithReferencesPage(List<CertificateBasedAuthConfiguration> pageContents, CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for CertificateBasedAuthConfiguration -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
CertificateBasedAuthConfigurationCollectionWithReferencesPage
public CertificateBasedAuthConfigurationCollectionWithReferencesPage(@Nonnull CertificateBasedAuthConfigurationCollectionResponse response, @Nullable CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder builder) A collection page for CertificateBasedAuthConfiguration- Parameters:
response- the serialized CertificateBasedAuthConfigurationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
CertificateBasedAuthConfigurationCollectionWithReferencesPage
public CertificateBasedAuthConfigurationCollectionWithReferencesPage(@Nonnull List<CertificateBasedAuthConfiguration> pageContents, @Nullable CertificateBasedAuthConfigurationCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for CertificateBasedAuthConfiguration- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-