public class UserTranslateExchangeIdsCollectionRequestBuilder extends com.microsoft.graph.http.BaseActionCollectionRequestBuilder<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder,UserTranslateExchangeIdsCollectionResponse,UserTranslateExchangeIdsCollectionPage,UserTranslateExchangeIdsCollectionRequest>
| Constructor and Description |
|---|
UserTranslateExchangeIdsCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
The request builder for this collection of User
|
UserTranslateExchangeIdsCollectionRequestBuilder(java.lang.String requestUrl,
com.microsoft.graph.core.IBaseClient<?> client,
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
UserTranslateExchangeIdsParameterSet parameters)
The request builder for this collection of User
|
| Modifier and Type | Method and Description |
|---|---|
UserTranslateExchangeIdsCollectionRequest |
buildRequest(java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
Creates the request
|
buildRequest, byIdpublic UserTranslateExchangeIdsCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestpublic UserTranslateExchangeIdsCollectionRequestBuilder(@Nonnull
java.lang.String requestUrl,
@Nonnull
com.microsoft.graph.core.IBaseClient<?> client,
@Nullable
java.util.List<? extends com.microsoft.graph.options.Option> requestOptions,
@Nonnull
UserTranslateExchangeIdsParameterSet parameters)
requestUrl - the request URLclient - the service clientrequestOptions - the options for this requestparameters - the parameters for the service method@Nonnull public UserTranslateExchangeIdsCollectionRequest buildRequest(@Nullable java.util.List<? extends com.microsoft.graph.options.Option> requestOptions)
buildRequest in class com.microsoft.graph.http.BaseCollectionRequestBuilder<ConvertIdResult,UserTranslateExchangeIdsCollectionRequestBuilder,UserTranslateExchangeIdsCollectionResponse,UserTranslateExchangeIdsCollectionPage,UserTranslateExchangeIdsCollectionRequest>requestOptions - the options for this request