Package com.microsoft.graph.models
Class SynchronizationSchemaParseExpressionParameterSet
java.lang.Object
com.microsoft.graph.models.SynchronizationSchemaParseExpressionParameterSet
The class for the Synchronization Schema Parse Expression Parameter Set.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic final classFluent builder for the SynchronizationSchemaParseExpressionParameterSet -
Field Summary
FieldsModifier and TypeFieldDescriptionThe expression.The target Attribute Definition.The test Input Object. -
Constructor Summary
ConstructorsModifierConstructorDescriptionInstiaciates a new SynchronizationSchemaParseExpressionParameterSetprotectedSynchronizationSchemaParseExpressionParameterSet(SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder builder) Instiaciates a new SynchronizationSchemaParseExpressionParameterSet -
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
-
expression
@SerializedName(value="expression", alternate="Expression") @Expose @Nullable public String expressionThe expression. -
testInputObject
@SerializedName(value="testInputObject", alternate="TestInputObject") @Expose @Nullable public ExpressionInputObject testInputObjectThe test Input Object. -
targetAttributeDefinition
@SerializedName(value="targetAttributeDefinition", alternate="TargetAttributeDefinition") @Expose @Nullable public AttributeDefinition targetAttributeDefinitionThe target Attribute Definition.
-
-
Constructor Details
-
SynchronizationSchemaParseExpressionParameterSet
public SynchronizationSchemaParseExpressionParameterSet()Instiaciates a new SynchronizationSchemaParseExpressionParameterSet -
SynchronizationSchemaParseExpressionParameterSet
protected SynchronizationSchemaParseExpressionParameterSet(@Nonnull SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder builder) Instiaciates a new SynchronizationSchemaParseExpressionParameterSet- Parameters:
builder- builder bearing the parameters to initialize from
-
-
Method Details
-
newBuilder
@Nonnull public static SynchronizationSchemaParseExpressionParameterSet.SynchronizationSchemaParseExpressionParameterSetBuilder 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
-