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