Class AuthenticationMethodCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<AuthenticationMethod,AuthenticationMethodCollectionRequestBuilder>
com.microsoft.graph.requests.AuthenticationMethodCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class AuthenticationMethodCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<AuthenticationMethod,AuthenticationMethodCollectionRequestBuilder>
The class for the Authentication Method Collection Page.
  • Constructor Details

    • AuthenticationMethodCollectionPage

      public AuthenticationMethodCollectionPage(@Nonnull AuthenticationMethodCollectionResponse response, @Nonnull AuthenticationMethodCollectionRequestBuilder builder)
      A collection page for AuthenticationMethod
      Parameters:
      response - the serialized AuthenticationMethodCollectionResponse from the service
      builder - the request builder for the next collection page
    • AuthenticationMethodCollectionPage

      public AuthenticationMethodCollectionPage(@Nonnull List<AuthenticationMethod> pageContents, @Nullable AuthenticationMethodCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for AuthenticationMethod
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page