Class UserTranslateExchangeIdsCollectionRequestBuilder

java.lang.Object
com.microsoft.graph.http.BaseRequestBuilder<T>
com.microsoft.graph.http.BaseCollectionRequestBuilder<T,T2,T3,T4,T5>
com.microsoft.graph.http.BaseActionCollectionRequestBuilder<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder,UserTranslateExchangeIdsCollectionResponse,UserTranslateExchangeIdsCollectionPage,UserTranslateExchangeIdsCollectionRequest>
com.microsoft.graph.requests.UserTranslateExchangeIdsCollectionRequestBuilder
All Implemented Interfaces:
com.microsoft.graph.http.IRequestBuilder

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

    • UserTranslateExchangeIdsCollectionRequestBuilder

      public UserTranslateExchangeIdsCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions)
      The request builder for this collection of User
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
    • UserTranslateExchangeIdsCollectionRequestBuilder

      public UserTranslateExchangeIdsCollectionRequestBuilder(@Nonnull String requestUrl, @Nonnull com.microsoft.graph.core.IBaseClient<?> client, @Nullable List<? extends com.microsoft.graph.options.Option> requestOptions, @Nonnull UserTranslateExchangeIdsParameterSet parameters)
      The request builder for this collection of User
      Parameters:
      requestUrl - the request URL
      client - the service client
      requestOptions - the options for this request
      parameters - the parameters for the service method
  • Method Details