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 ObjectValueTypegetObjectType()Get the objectValue typejava.lang.ObjectgetValue()voidserialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator)ExplicitNullsetValue(java.lang.Object value)
-
-
-
Method Detail
-
getValue
public java.lang.Object getValue()
- Specified by:
getValuein interfacePrimitiveObjectValue<java.lang.Object>
-
setValue
public ExplicitNull setValue(java.lang.Object value)
- Specified by:
setValuein interfacePrimitiveObjectValue<java.lang.Object>
-
serialize
public void serialize(com.fasterxml.jackson.core.JsonGenerator jsonGenerator) throws java.io.IOException- Specified by:
serializein interfacePrimitiveObjectValue<java.lang.Object>- Throws:
java.io.IOException
-
getObjectType
public ObjectValueType getObjectType()
Description copied from interface:ObjectValueGet the objectValue type- Specified by:
getObjectTypein interfaceObjectValue- Returns:
- objectType;
-
-