public class BooleanObjectValue extends Object implements PrimitiveObjectValue<Boolean>
| Constructor and Description |
|---|
BooleanObjectValue() |
BooleanObjectValue(Boolean value) |
| Modifier and Type | Method and Description |
|---|---|
ObjectValueType |
getObjectType()
Get the objectValue type
|
Boolean |
getValue() |
void |
serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator) |
BooleanObjectValue |
setValue(Boolean value) |
public BooleanObjectValue()
public BooleanObjectValue(Boolean value)
public Boolean getValue()
getValue in interface PrimitiveObjectValue<Boolean>public BooleanObjectValue setValue(Boolean value)
setValue in interface PrimitiveObjectValue<Boolean>public void serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)
throws IOException
serialize in interface PrimitiveObjectValue<Boolean>IOExceptionpublic ObjectValueType getObjectType()
ObjectValuegetObjectType in interface ObjectValueCopyright © 2014–2017 Smartsheet. All rights reserved.