Class UserTranslateExchangeIdsCollectionPage

java.lang.Object
com.microsoft.graph.http.BaseCollectionPage<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder>
com.microsoft.graph.requests.UserTranslateExchangeIdsCollectionPage
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject

public class UserTranslateExchangeIdsCollectionPage extends com.microsoft.graph.http.BaseCollectionPage<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder>
The class for the User Translate Exchange Ids Collection Page.
  • Constructor Details

    • UserTranslateExchangeIdsCollectionPage

      public UserTranslateExchangeIdsCollectionPage(@Nonnull UserTranslateExchangeIdsCollectionResponse response, @Nonnull UserTranslateExchangeIdsCollectionRequestBuilder builder)
      A collection page for ConvertIdResult.
      Parameters:
      response - The serialized UserTranslateExchangeIdsCollectionResponse from the service
      builder - The request builder for the next collection page
    • UserTranslateExchangeIdsCollectionPage

      public UserTranslateExchangeIdsCollectionPage(@Nonnull List<ConvertIdResult> pageContents, @Nullable UserTranslateExchangeIdsCollectionRequestBuilder nextRequestBuilder)
      Creates the collection page for UserTranslateExchangeIds
      Parameters:
      pageContents - the contents of this page
      nextRequestBuilder - the request builder for the next page