Package com.microsoft.graph.requests
Class ConditionalAccessPolicyCollectionWithReferencesPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConditionalAccessPolicy,ConditionalAccessPolicyCollectionWithReferencesRequestBuilder>
com.microsoft.graph.requests.ConditionalAccessPolicyCollectionWithReferencesPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessPolicyCollectionWithReferencesPage
extends com.microsoft.graph.http.BaseCollectionPage<ConditionalAccessPolicy,ConditionalAccessPolicyCollectionWithReferencesRequestBuilder>
The class for the Conditional Access Policy Collection With References Page.
-
Constructor Summary
ConstructorsConstructorDescriptionConditionalAccessPolicyCollectionWithReferencesPage
(ConditionalAccessPolicyCollectionResponse response, ConditionalAccessPolicyCollectionWithReferencesRequestBuilder builder) A collection page for ConditionalAccessPolicyConditionalAccessPolicyCollectionWithReferencesPage
(List<ConditionalAccessPolicy> pageContents, ConditionalAccessPolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ConditionalAccessPolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
ConditionalAccessPolicyCollectionWithReferencesPage
public ConditionalAccessPolicyCollectionWithReferencesPage(@Nonnull ConditionalAccessPolicyCollectionResponse response, @Nullable ConditionalAccessPolicyCollectionWithReferencesRequestBuilder builder) A collection page for ConditionalAccessPolicy- Parameters:
response
- the serialized ConditionalAccessPolicyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
ConditionalAccessPolicyCollectionWithReferencesPage
public ConditionalAccessPolicyCollectionWithReferencesPage(@Nonnull List<ConditionalAccessPolicy> pageContents, @Nullable ConditionalAccessPolicyCollectionWithReferencesRequestBuilder nextRequestBuilder) Creates the collection page for ConditionalAccessPolicy- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-