fun setMinInt(value: Int): Builder!
The smallest integer allowed for this XML attribute. Only makes sense if the format includes
FormatFlags::INTEGER.
int32 min_int = 2;
value
- Int: The minInt to set.
Return
Builder!: This builder for chaining.