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