Uses of Class
odata.msgraph.client.entity.AttributeMappingFunctionSchema
-
Packages that use AttributeMappingFunctionSchema Package Description odata.msgraph.client.entity odata.msgraph.client.entity.request -
-
Uses of AttributeMappingFunctionSchema in odata.msgraph.client.entity
Methods in odata.msgraph.client.entity that return AttributeMappingFunctionSchema Modifier and Type Method Description AttributeMappingFunctionSchemaAttributeMappingFunctionSchema.Builder. build()AttributeMappingFunctionSchemaAttributeMappingFunctionSchema. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.AttributeMappingFunctionSchemaAttributeMappingFunctionSchema. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).AttributeMappingFunctionSchemaAttributeMappingFunctionSchema. withParameters(List<AttributeMappingParameterSchema> parameters)AttributeMappingFunctionSchemaAttributeMappingFunctionSchema. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity that return types with arguments of type AttributeMappingFunctionSchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AttributeMappingFunctionSchema>SynchronizationSchema. functions() -
Uses of AttributeMappingFunctionSchema in odata.msgraph.client.entity.request
Methods in odata.msgraph.client.entity.request that return types with arguments of type AttributeMappingFunctionSchema Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<AttributeMappingFunctionSchema>SynchronizationSchemaRequest. functions()
-