Package com.microsoft.graph.models
Class UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder
- Enclosing class:
UserTranslateExchangeIdsParameterSet
public static final class UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder
extends Object
Fluent builder for the UserTranslateExchangeIdsParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe inputIds parameter valueprotected ExchangeIdFormatThe sourceIdType parameter valueprotected ExchangeIdFormatThe targetIdType parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new UserTranslateExchangeIdsParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithInputIds(List<String> val) Sets the InputIdsSets the SourceIdTypeSets the TargetIdType
-
Field Details
-
inputIds
The inputIds parameter value -
targetIdType
The targetIdType parameter value -
sourceIdType
The sourceIdType parameter value
-
-
Constructor Details
-
UserTranslateExchangeIdsParameterSetBuilder
@Nullable protected UserTranslateExchangeIdsParameterSetBuilder()Instanciates a new UserTranslateExchangeIdsParameterSetBuilder
-
-
Method Details
-
withInputIds
@Nonnull public UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder withInputIds(@Nullable List<String> val) Sets the InputIds- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTargetIdType
@Nonnull public UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder withTargetIdType(@Nullable ExchangeIdFormat val) Sets the TargetIdType- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withSourceIdType
@Nonnull public UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder withSourceIdType(@Nullable ExchangeIdFormat val) Sets the SourceIdType- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-