AddReferenceCount adds i to the "reference_count" field.
(i int)
| 132 | |
| 133 | // AddReferenceCount adds i to the "reference_count" field. |
| 134 | func (eu *EntityUpdate) AddReferenceCount(i int) *EntityUpdate { |
| 135 | eu.mutation.AddReferenceCount(i) |
| 136 | return eu |
| 137 | } |
| 138 | |
| 139 | // SetStoragePolicyEntities sets the "storage_policy_entities" field. |
| 140 | func (eu *EntityUpdate) SetStoragePolicyEntities(i int) *EntityUpdate { |