public class AuthenticationMethodCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AuthenticationMethod,AuthenticationMethodCollectionRequestBuilder>
| Constructor and Description |
|---|
AuthenticationMethodCollectionPage(AuthenticationMethodCollectionResponse response,
AuthenticationMethodCollectionRequestBuilder builder)
A collection page for AuthenticationMethod
|
AuthenticationMethodCollectionPage(java.util.List<AuthenticationMethod> pageContents,
AuthenticationMethodCollectionRequestBuilder nextRequestBuilder)
Creates the collection page for AuthenticationMethod
|
public AuthenticationMethodCollectionPage(@Nonnull
AuthenticationMethodCollectionResponse response,
@Nonnull
AuthenticationMethodCollectionRequestBuilder builder)
response - the serialized AuthenticationMethodCollectionResponse from the servicebuilder - the request builder for the next collection pagepublic AuthenticationMethodCollectionPage(@Nonnull
java.util.List<AuthenticationMethod> pageContents,
@Nullable
AuthenticationMethodCollectionRequestBuilder nextRequestBuilder)
pageContents - the contents of this pagenextRequestBuilder - the request builder for the next page