Class Job

java.lang.Object
com.auth0.json.mgmt.jobs.Job

public class Job extends Object
Class that represents an Auth0 Job object. Related to the JobsEntity entity.
  • Method Details

    • getStatus

      public String getStatus()
    • getType

      public String getType()
    • getCreatedAt

      public Date getCreatedAt()
    • getId

      public String getId()
    • getConnectionId

      public String getConnectionId()
      Getter for the connection id this job uses.
      Returns:
      the connection id.
    • getConnection

      public String getConnection()
      Getter for the name of the connection this job uses.
      Returns:
      the connection name.
    • getFormat

      public String getFormat()
      Getter for the format this job will output.
      Returns:
      the format.
    • getLocation

      public String getLocation()
      Getter for the URL to download the result of the job.
      Returns:
      the location.
    • getPercentageDone

      public Integer getPercentageDone()
      Getter for the completion percentage of this job.
      Returns:
      the percentage done.
    • getExternalId

      public String getExternalId()
      Getter for the external ID used to correlate multiple jobs.
      Returns:
      the external id.
    • getTimeLeftSeconds

      public Integer getTimeLeftSeconds()
      Getter for the estimated time remaining before job completes.
      Returns:
      the time left in seconds.
    • getSummary

      public JobSummary getSummary()
      Getter for the summary of a completed Auth0 Job.
      Returns:
      the summary of the Job.