Package com.microsoft.graph.requests
Class ConditionalAccessPolicyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConditionalAccessPolicy,ConditionalAccessPolicyCollectionRequestBuilder>
com.microsoft.graph.requests.ConditionalAccessPolicyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class ConditionalAccessPolicyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<ConditionalAccessPolicy,ConditionalAccessPolicyCollectionRequestBuilder>
The class for the Conditional Access Policy Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionConditionalAccessPolicyCollectionPage(ConditionalAccessPolicyCollectionResponse response, ConditionalAccessPolicyCollectionRequestBuilder builder) A collection page for ConditionalAccessPolicyConditionalAccessPolicyCollectionPage(List<ConditionalAccessPolicy> pageContents, ConditionalAccessPolicyCollectionRequestBuilder 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
-
ConditionalAccessPolicyCollectionPage
public ConditionalAccessPolicyCollectionPage(@Nonnull ConditionalAccessPolicyCollectionResponse response, @Nonnull ConditionalAccessPolicyCollectionRequestBuilder builder) A collection page for ConditionalAccessPolicy- Parameters:
response- the serialized ConditionalAccessPolicyCollectionResponse from the servicebuilder- the request builder for the next collection page
-
ConditionalAccessPolicyCollectionPage
public ConditionalAccessPolicyCollectionPage(@Nonnull List<ConditionalAccessPolicy> pageContents, @Nullable ConditionalAccessPolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for ConditionalAccessPolicy- Parameters:
pageContents- the contents of this pagenextRequestBuilder- the request builder for the next page
-