SetPrivateState sets the "private_state" field.
(s string)
| 362 | |
| 363 | // SetPrivateState sets the "private_state" field. |
| 364 | func (tuo *TaskUpdateOne) SetPrivateState(s string) *TaskUpdateOne { |
| 365 | tuo.mutation.SetPrivateState(s) |
| 366 | return tuo |
| 367 | } |
| 368 | |
| 369 | // SetNillablePrivateState sets the "private_state" field if the given value is not nil. |
| 370 | func (tuo *TaskUpdateOne) SetNillablePrivateState(s *string) *TaskUpdateOne { |
no test coverage detected