NullableUnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.update constructor

NullableUnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.update(
  1. String id,
  2. U update,
  3. String recordType
)

Implementation

NullableUnionGraphRef.update(String id, U update, String recordType)
    : super.update(id, update, recordType);