SetPrimaryEntity sets the "primary_entity" field.
(i int)
| 91 | |
| 92 | // SetPrimaryEntity sets the "primary_entity" field. |
| 93 | func (fc *FileCreate) SetPrimaryEntity(i int) *FileCreate { |
| 94 | fc.mutation.SetPrimaryEntity(i) |
| 95 | return fc |
| 96 | } |
| 97 | |
| 98 | // SetNillablePrimaryEntity sets the "primary_entity" field if the given value is not nil. |
| 99 | func (fc *FileCreate) SetNillablePrimaryEntity(i *int) *FileCreate { |
no test coverage detected