Package com.smartsheet.api.models
Class BooleanObjectValue
- java.lang.Object
-
- com.smartsheet.api.models.BooleanObjectValue
-
- All Implemented Interfaces:
ObjectValue,PrimitiveObjectValue<java.lang.Boolean>
public class BooleanObjectValue extends java.lang.Object implements PrimitiveObjectValue<java.lang.Boolean>
-
-
Constructor Summary
Constructors Constructor Description BooleanObjectValue()BooleanObjectValue(java.lang.Boolean value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectValueTypegetObjectType()Get the objectValue typejava.lang.BooleangetValue()voidserialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)BooleanObjectValuesetValue(java.lang.Boolean value)Set the value
-
-
-
Method Detail
-
getValue
public java.lang.Boolean getValue()
- Specified by:
getValuein interfacePrimitiveObjectValue<java.lang.Boolean>
-
setValue
public BooleanObjectValue setValue(java.lang.Boolean value)
Set the value- Specified by:
setValuein interfacePrimitiveObjectValue<java.lang.Boolean>
-
serialize
public void serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator) throws java.io.IOException- Specified by:
serializein interfacePrimitiveObjectValue<java.lang.Boolean>- Throws:
java.io.IOException
-
getObjectType
public ObjectValueType getObjectType()
Description copied from interface:ObjectValueGet the objectValue type- Specified by:
getObjectTypein interfaceObjectValue- Returns:
- objectType;
-
-