Package com.smartsheet.api.models
Class ContactObjectValue
- java.lang.Object
-
- com.smartsheet.api.models.IdentifiableModel<T>
-
- com.smartsheet.api.models.NamedModel<java.lang.String>
-
- com.smartsheet.api.models.Contact
-
- com.smartsheet.api.models.ContactObjectValue
-
- All Implemented Interfaces:
ObjectValue
public class ContactObjectValue extends Contact implements ObjectValue
-
-
Constructor Summary
Constructors Constructor Description ContactObjectValue()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getImageId()
Gets the ID for the contact imageObjectValueType
getObjectType()
Gets the objectValueTypejava.lang.Integer
getRefIndex()
Gets the offset in contactReferences for this ContactContactObjectValue
setImageId(java.lang.String imageId)
Sets the contact image for this ContactContactObjectValue
setRefIndex(java.lang.Integer refIndex)
Sets the offset in contactReferences for this Contact-
Methods inherited from class com.smartsheet.api.models.NamedModel
getName, setName
-
Methods inherited from class com.smartsheet.api.models.IdentifiableModel
equals, getId, hashCode, setId
-
-
-
-
Method Detail
-
getRefIndex
public java.lang.Integer getRefIndex()
Gets the offset in contactReferences for this Contact- Returns:
- the refIndex
-
setRefIndex
public ContactObjectValue setRefIndex(java.lang.Integer refIndex)
Sets the offset in contactReferences for this Contact- Returns:
- ContactObjectValue
-
getImageId
public java.lang.String getImageId()
Gets the ID for the contact image- Returns:
- the imageId
-
setImageId
public ContactObjectValue setImageId(java.lang.String imageId)
Sets the contact image for this Contact- Parameters:
imageId
- the imageId- Returns:
- ContactObjectValue
-
getObjectType
public ObjectValueType getObjectType()
Gets the objectValueType- Specified by:
getObjectType
in interfaceObjectValue
- Returns:
- objectType;
-
-