Builder

class Builder(value: Int = 0)(source)

Constructors

Link copied to clipboard
constructor(value: Int = 0)

Functions

Link copied to clipboard

Returns an instance of AttachmentFlags that has all bits set that are currently set in this Builder.

Link copied to clipboard
operator fun AttachmentFlag.unaryMinus()

Unsets all bits in the Builder that are set in this AttachmentFlag.

Unsets all bits in the Builder that are set in this AttachmentFlags.

Link copied to clipboard
operator fun AttachmentFlag.unaryPlus()

Sets all bits in the Builder that are set in this AttachmentFlag.

operator fun AttachmentFlags.unaryPlus()

Sets all bits in the Builder that are set in this AttachmentFlags.