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