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