public class BitFieldSubCommands.BitFieldIncrByBuilder extends Object
Modifier and Type | Method and Description |
---|---|
BitFieldSubCommands |
by(long value)
Set the value used for increasing.
|
BitFieldSubCommands.BitFieldIncrByBuilder |
forType(BitFieldSubCommands.BitFieldType type) |
BitFieldSubCommands.BitFieldIncrByBuilder |
overflow(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow)
Set the
BitFieldSubCommands.BitFieldIncrBy.Overflow to be used for this and any subsequent BitFieldSubCommands.BitFieldIncrBy commands. |
BitFieldSubCommands.BitFieldIncrByBuilder |
valueAt(BitFieldSubCommands.Offset offset)
Set the bit offset.
|
BitFieldSubCommands.BitFieldIncrByBuilder |
valueAt(long offset)
Set the zero based bit offset.
|
public BitFieldSubCommands.BitFieldIncrByBuilder forType(BitFieldSubCommands.BitFieldType type)
public BitFieldSubCommands.BitFieldIncrByBuilder valueAt(long offset)
offset
- must not be null.public BitFieldSubCommands.BitFieldIncrByBuilder valueAt(BitFieldSubCommands.Offset offset)
offset
- must not be null.public BitFieldSubCommands.BitFieldIncrByBuilder overflow(BitFieldSubCommands.BitFieldIncrBy.Overflow overflow)
BitFieldSubCommands.BitFieldIncrBy.Overflow
to be used for this and any subsequent BitFieldSubCommands.BitFieldIncrBy
commands.overflow
- public BitFieldSubCommands by(long value)
value
- Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.