Package com.smartsheet.api.models
Class MultiContactObjectValue
- java.lang.Object
-
- com.smartsheet.api.models.MultiContactObjectValue
-
- All Implemented Interfaces:
ObjectValue
public class MultiContactObjectValue extends java.lang.Object implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description MultiContactObjectValue()
MultiContactObjectValue(java.util.List<ContactObjectValue> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ObjectValueType
getObjectType()
Get the objectValue typejava.util.List<ContactObjectValue>
getValues()
Gets the array of Contact objects.MultiContactObjectValue
setValues(java.util.List<ContactObjectValue> values)
Sets the array of Contact objects.
-
-
-
Constructor Detail
-
MultiContactObjectValue
public MultiContactObjectValue()
-
MultiContactObjectValue
public MultiContactObjectValue(java.util.List<ContactObjectValue> values)
-
-
Method Detail
-
getValues
public java.util.List<ContactObjectValue> getValues()
Gets the array of Contact objects.- Returns:
- values (contact list)
-
setValues
public MultiContactObjectValue setValues(java.util.List<ContactObjectValue> values)
Sets the array of Contact objects.
-
getObjectType
public ObjectValueType getObjectType()
Description copied from interface:ObjectValue
Get the objectValue type- Specified by:
getObjectType
in interfaceObjectValue
- Returns:
- objectType;
-
-