Package com.smartsheet.api.models
Class MultiPicklistObjectValue
- java.lang.Object
-
- com.smartsheet.api.models.MultiPicklistObjectValue
-
- All Implemented Interfaces:
ObjectValue
public class MultiPicklistObjectValue extends java.lang.Object implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description MultiPicklistObjectValue()MultiPicklistObjectValue(java.util.List<java.lang.String> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectValueTypegetObjectType()Get the objectValue typejava.util.List<java.lang.String>getValues()Gets the array of selected options (strings).MultiPicklistObjectValuesetValues(java.util.List<java.lang.String> values)Sets the array of selected options (strings).
-
-
-
Method Detail
-
getValues
public java.util.List<java.lang.String> getValues()
Gets the array of selected options (strings).- Returns:
- values (selected options)
-
setValues
public MultiPicklistObjectValue setValues(java.util.List<java.lang.String> values)
Sets the array of selected options (strings).
-
getObjectType
public ObjectValueType getObjectType()
Description copied from interface:ObjectValueGet the objectValue type- Specified by:
getObjectTypein interfaceObjectValue- Returns:
- objectType;
-
-