| Package | Description |
|---|---|
| com.smartsheet.api.models | |
| com.smartsheet.api.models.enums |
| Modifier and Type | Method and Description |
|---|---|
ObjectValueType |
Duration.getObjectType()
"DURATION"
|
ObjectValueType |
StringObjectValue.getObjectType() |
ObjectValueType |
ContactObjectValue.getObjectType()
Gets the objectValueType
|
ObjectValueType |
BooleanObjectValue.getObjectType() |
ObjectValueType |
PredecessorList.getObjectType() |
ObjectValueType |
ObjectValue.getObjectType()
Get the objectValue type
|
ObjectValueType |
DateObjectValue.getObjectType() |
ObjectValueType |
NumberObjectValue.getObjectType() |
| Modifier and Type | Method and Description |
|---|---|
static DateObjectValue |
DateObjectValue.fromDate(ObjectValueType objectValueType,
Date date) |
DateObjectValue |
DateObjectValue.setObjectType(ObjectValueType objectType) |
| Constructor and Description |
|---|
DateObjectValue(ObjectValueType objectType,
String value) |
| Modifier and Type | Method and Description |
|---|---|
static ObjectValueType |
ObjectValueType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ObjectValueType[] |
ObjectValueType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2014–2017 Smartsheet. All rights reserved.