Package com.microsoft.graph.models
Class UserTranslateExchangeIdsParameterSet
java.lang.Object
com.microsoft.graph.models.UserTranslateExchangeIdsParameterSet
The class for the User Translate Exchange Ids Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the UserTranslateExchangeIdsParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe input Ids.The source Id Type.The target Id Type. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new UserTranslateExchangeIdsParameterSetprotectedUserTranslateExchangeIdsParameterSet(UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder builder) Instiaciates a new UserTranslateExchangeIdsParameterSet -
Method Summary
Modifier and TypeMethodDescriptionList<com.microsoft.graph.options.FunctionOption>Gets the functions options from the properties that have been setGets a new builder for the body
-
Field Details
-
inputIds
@SerializedName(value="inputIds", alternate="InputIds") @Expose @Nullable public List<String> inputIdsThe input Ids. -
targetIdType
@SerializedName(value="targetIdType", alternate="TargetIdType") @Expose @Nullable public ExchangeIdFormat targetIdTypeThe target Id Type. -
sourceIdType
@SerializedName(value="sourceIdType", alternate="SourceIdType") @Expose @Nullable public ExchangeIdFormat sourceIdTypeThe source Id Type.
-
-
Constructor Details
-
UserTranslateExchangeIdsParameterSet
public UserTranslateExchangeIdsParameterSet()Instiaciates a new UserTranslateExchangeIdsParameterSet -
UserTranslateExchangeIdsParameterSet
protected UserTranslateExchangeIdsParameterSet(@Nonnull UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder builder) Instiaciates a new UserTranslateExchangeIdsParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static UserTranslateExchangeIdsParameterSet.UserTranslateExchangeIdsParameterSetBuilder newBuilder()Gets a new builder for the body- Returns:
- a new builder
-
getFunctionOptions
Gets the functions options from the properties that have been set- Returns:
- a list of function options for the request
-