Package com.microsoft.graph.requests
Class CertificateBasedAuthConfigurationCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<CertificateBasedAuthConfiguration,CertificateBasedAuthConfigurationCollectionRequestBuilder>
com.microsoft.graph.requests.CertificateBasedAuthConfigurationCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class CertificateBasedAuthConfigurationCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<CertificateBasedAuthConfiguration,CertificateBasedAuthConfigurationCollectionRequestBuilder>
The class for the Certificate Based Auth Configuration Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionCertificateBasedAuthConfigurationCollectionPage(CertificateBasedAuthConfigurationCollectionResponse response, CertificateBasedAuthConfigurationCollectionRequestBuilder builder) A collection page for CertificateBasedAuthConfigurationCertificateBasedAuthConfigurationCollectionPage(List<CertificateBasedAuthConfiguration> pageContents, CertificateBasedAuthConfigurationCollectionRequestBuilder 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
-
CertificateBasedAuthConfigurationCollectionPage
public CertificateBasedAuthConfigurationCollectionPage(@Nonnull CertificateBasedAuthConfigurationCollectionResponse response, @Nonnull CertificateBasedAuthConfigurationCollectionRequestBuilder builder) A collection page for CertificateBasedAuthConfiguration- Parameters:
response- the serialized CertificateBasedAuthConfigurationCollectionResponse from the servicebuilder- the request builder for the next collection page
-
CertificateBasedAuthConfigurationCollectionPage
public CertificateBasedAuthConfigurationCollectionPage(@Nonnull List<CertificateBasedAuthConfiguration> pageContents, @Nullable CertificateBasedAuthConfigurationCollectionRequestBuilder nextRequestBuilder) Creates the collection page for CertificateBasedAuthConfiguration- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-