Class JobResult

  • All Implemented Interfaces:
    Serializable, Cloneable, Map<String,​Object>

    public class JobResult
    extends HashMap<String,​Object>
    implements Serializable
    https://developer.zendesk.com/rest_api/docs/support/job_statuses#results

    Result entries have various properties. There is no clear description thus let's use a generic Map Only the "id" of the object in Zendesk (Always a Long) seems to be always present. We define few others helpers.

    See Also:
    Serialized Form