Uses of Class
odata.msgraph.client.beta.complex.AttributeMapping.Builder
-
Packages that use AttributeMapping.Builder Package Description odata.msgraph.client.beta.complex -
-
Uses of AttributeMapping.Builder in odata.msgraph.client.beta.complex
Methods in odata.msgraph.client.beta.complex that return AttributeMapping.Builder Modifier and Type Method Description static AttributeMapping.BuilderAttributeMapping. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).AttributeMapping.BuilderAttributeMapping.Builder. defaultValue(String defaultValue)AttributeMapping.BuilderAttributeMapping.Builder. exportMissingReferences(Boolean exportMissingReferences)AttributeMapping.BuilderAttributeMapping.Builder. flowBehavior(AttributeFlowBehavior flowBehavior)AttributeMapping.BuilderAttributeMapping.Builder. flowType(AttributeFlowType flowType)AttributeMapping.BuilderAttributeMapping.Builder. matchingPriority(Integer matchingPriority)AttributeMapping.BuilderAttributeMapping.Builder. source(AttributeMappingSource source)AttributeMapping.BuilderAttributeMapping.Builder. targetAttributeName(String targetAttributeName)
-