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