Package com.microsoft.graph.requests
Class AuthenticationStrengthPolicyCollectionPage
java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AuthenticationStrengthPolicy,AuthenticationStrengthPolicyCollectionRequestBuilder>
com.microsoft.graph.requests.AuthenticationStrengthPolicyCollectionPage
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class AuthenticationStrengthPolicyCollectionPage
extends com.microsoft.graph.http.BaseCollectionPage<AuthenticationStrengthPolicy,AuthenticationStrengthPolicyCollectionRequestBuilder>
The class for the Authentication Strength Policy Collection Page.
-
Constructor Summary
ConstructorsConstructorDescriptionAuthenticationStrengthPolicyCollectionPage
(AuthenticationStrengthPolicyCollectionResponse response, AuthenticationStrengthPolicyCollectionRequestBuilder builder) A collection page for AuthenticationStrengthPolicyAuthenticationStrengthPolicyCollectionPage
(List<AuthenticationStrengthPolicy> pageContents, AuthenticationStrengthPolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AuthenticationStrengthPolicy -
Method Summary
Methods inherited from class com.microsoft.graph.http.BaseCollectionPage
additionalDataManager, getCount, getCurrentPage, getNextPage, setRawObject
-
Constructor Details
-
AuthenticationStrengthPolicyCollectionPage
public AuthenticationStrengthPolicyCollectionPage(@Nonnull AuthenticationStrengthPolicyCollectionResponse response, @Nonnull AuthenticationStrengthPolicyCollectionRequestBuilder builder) A collection page for AuthenticationStrengthPolicy- Parameters:
response
- the serialized AuthenticationStrengthPolicyCollectionResponse from the servicebuilder
- the request builder for the next collection page
-
AuthenticationStrengthPolicyCollectionPage
public AuthenticationStrengthPolicyCollectionPage(@Nonnull List<AuthenticationStrengthPolicy> pageContents, @Nullable AuthenticationStrengthPolicyCollectionRequestBuilder nextRequestBuilder) Creates the collection page for AuthenticationStrengthPolicy- Parameters:
pageContents
- the contents of this pagenextRequestBuilder
- the request builder for the next page
-