-
Deprecated Methods Method and Description zendesk.support.CustomField.getValue() use #getValueString()As of 2.2.2 #value is of type Object, and may be a String, a Boolean, or a List
This is to support multi-select custom fields. Use type specific getters for value, or use #getValueObject() to get the value as an object.