Package com.smartsheet.api.models
Interface ObjectValue
-
- All Known Subinterfaces:
PrimitiveObjectValue<T>
- All Known Implementing Classes:
BooleanObjectValue,ContactObjectValue,DateObjectValue,Duration,ExplicitNull,MultiContactObjectValue,MultiPicklistObjectValue,NumberObjectValue,PredecessorList,StringObjectValue
public interface ObjectValue
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectValueTypegetObjectType()Get the objectValue type
-
-
-
Method Detail
-
getObjectType
ObjectValueType getObjectType()
Get the objectValue type- Returns:
- objectType;
-
-