Uses of Class
com.microsoft.graph.models.AttributeMappingSource
Packages that use AttributeMappingSource
-
Uses of AttributeMappingSource in com.microsoft.graph.models
Methods in com.microsoft.graph.models that return AttributeMappingSourceModifier and TypeMethodDescriptionstatic AttributeMappingSourceAttributeMappingSource.createFromDiscriminatorValue(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueParseExpressionResponse.getParsedExpression()Gets the parsedExpression property value.AttributeMapping.getSource()Gets the source property value.StringKeyAttributeMappingSourceValuePair.getValue()Gets the value property value.Methods in com.microsoft.graph.models with parameters of type AttributeMappingSourceModifier and TypeMethodDescriptionvoidParseExpressionResponse.setParsedExpression(AttributeMappingSource value) Sets the parsedExpression property value.voidAttributeMapping.setSource(AttributeMappingSource value) Sets the source property value.voidStringKeyAttributeMappingSourceValuePair.setValue(AttributeMappingSource value) Sets the value property value.