SetType sets the camliType field.
(t CamliType)
| 482 | |
| 483 | // SetType sets the camliType field. |
| 484 | func (bb *Builder) SetType(t CamliType) *Builder { |
| 485 | bb.m["camliType"] = string(t) |
| 486 | return bb |
| 487 | } |
| 488 | |
| 489 | // Type returns the camliType value. |
| 490 | func (bb *Builder) Type() CamliType { |
no outgoing calls