Package com.microsoft.graph.models
Class SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder
- Enclosing class:
SynchronizationSchemaParseExpressionParameterSet
public static final class SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder
extends Object
Fluent builder for the SynchronizationSchemaParseExpressionParameterSet
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringThe expression parameter valueprotected AttributeDefinitionThe targetAttributeDefinition parameter valueprotected ExpressionInputObjectThe testInputObject parameter value -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new SynchronizationSchemaParseExpressionParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestwithExpression(String val) Sets the ExpressionSets the TargetAttributeDefinitionSets the TestInputObject
-
Field Details
-
expression
The expression parameter value -
testInputObject
The testInputObject parameter value -
targetAttributeDefinition
The targetAttributeDefinition parameter value
-
-
Constructor Details
-
SynchronizationSchemaParseExpressionParameterSetBuilder
@Nullable protected SynchronizationSchemaParseExpressionParameterSetBuilder()Instanciates a new SynchronizationSchemaParseExpressionParameterSetBuilder
-
-
Method Details
-
withExpression
@Nonnull public SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder withExpression(@Nullable String val) Sets the Expression- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTestInputObject
@Nonnull public SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder withTestInputObject(@Nullable ExpressionInputObject val) Sets the TestInputObject- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
withTargetAttributeDefinition
@Nonnull public SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder withTargetAttributeDefinition(@Nullable AttributeDefinition val) Sets the TargetAttributeDefinition- 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
-