Uses of Class
odata.msgraph.client.complex.ObjectMapping.Builder
-
Packages that use ObjectMapping.Builder Package Description odata.msgraph.client.complex -
-
Uses of ObjectMapping.Builder in odata.msgraph.client.complex
Methods in odata.msgraph.client.complex that return ObjectMapping.Builder Modifier and Type Method Description ObjectMapping.BuilderObjectMapping.Builder. attributeMappings(List<AttributeMapping> attributeMappings)ObjectMapping.BuilderObjectMapping.Builder. attributeMappings(AttributeMapping... attributeMappings)ObjectMapping.BuilderObjectMapping.Builder. attributeMappingsNextLink(String attributeMappingsNextLink)static ObjectMapping.BuilderObjectMapping. builder()Returns a builder which is used to create a new instance of this class (given that this class is immutable).ObjectMapping.BuilderObjectMapping.Builder. enabled(Boolean enabled)ObjectMapping.BuilderObjectMapping.Builder. flowTypes(ObjectFlowTypes flowTypes)ObjectMapping.BuilderObjectMapping.Builder. metadata(List<ObjectMappingMetadataEntry> metadata)ObjectMapping.BuilderObjectMapping.Builder. metadata(ObjectMappingMetadataEntry... metadata)ObjectMapping.BuilderObjectMapping.Builder. metadataNextLink(String metadataNextLink)ObjectMapping.BuilderObjectMapping.Builder. name(String name)ObjectMapping.BuilderObjectMapping.Builder. scope(Filter scope)ObjectMapping.BuilderObjectMapping.Builder. sourceObjectName(String sourceObjectName)ObjectMapping.BuilderObjectMapping.Builder. targetObjectName(String targetObjectName)
-