Class ExportCustomJob

    • Method Detail

      • fromJson

        public static ExportCustomJob fromJson​(String json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON String into a ExportCustomJob object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON String
        objectMapper - Jackson ObjectMapper
        Returns:
        ExportCustomJob object represented by the provided JSON
      • fromJson

        public static ExportCustomJob fromJson​(InputStream json,
                                               com.fasterxml.jackson.databind.ObjectMapper objectMapper)
        Converts a JSON InputStream into a ExportCustomJob object using the provided ObjectMapper.
        Parameters:
        json - Raw JSON InputStream
        objectMapper - Jackson ObjectMapper
        Returns:
        ExportCustomJob object represented by the provided JSON
      • getFriendlyName

        public final String getFriendlyName()
      • getResourceType

        public final String getResourceType()
      • getStartDay

        public final String getStartDay()
      • getEndDay

        public final String getEndDay()
      • getWebhookUrl

        public final String getWebhookUrl()
      • getWebhookMethod

        public final String getWebhookMethod()
      • getEmail

        public final String getEmail()
      • getJobSid

        public final String getJobSid()
      • getJobQueuePosition

        public final String getJobQueuePosition()
      • getEstimatedCompletionTime

        public final String getEstimatedCompletionTime()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object