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