Class UserTranslateExchangeIdsCollectionRequest

java.lang.Object
com.microsoft.graph.http.BaseCollectionRequest<T,T2,T3>
com.microsoft.graph.http.BaseActionCollectionRequest<ConvertIdResult,UserTranslateExchangeIdsCollectionResponse,UserTranslateExchangeIdsCollectionPage>
com.microsoft.graph.requests.UserTranslateExchangeIdsCollectionRequest
All Implemented Interfaces:
com.microsoft.graph.http.IHttpRequest

public class UserTranslateExchangeIdsCollectionRequest extends com.microsoft.graph.http.BaseActionCollectionRequest<ConvertIdResult,UserTranslateExchangeIdsCollectionResponse,UserTranslateExchangeIdsCollectionPage>
The class for the User Translate Exchange Ids Collection Request.
  • Field Details

  • Constructor Details

    • UserTranslateExchangeIdsCollectionRequest

      public UserTranslateExchangeIdsCollectionRequest(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request for this UserTranslateExchangeIds
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
  • Method Details