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