UnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create constructor
UnionGraphRef<E extends Entity, C extends GraphInput, U extends GraphInput>.create (
- C create,
- String recordType
Implementation
UnionGraphRef.create(C create, String recordType)
: super.create(create, recordType);