Package com.auth0.json.mgmt.jobs
Class Job
java.lang.Object
com.auth0.json.mgmt.jobs.Job
Class that represents an Auth0 Job object. Related to the
JobsEntity entity.-
Method Summary
Modifier and TypeMethodDescriptionGetter for the name of the connection this job uses.Getter for the connection id this job uses.Getter for the external ID used to correlate multiple jobs.Getter for the format this job will output.getId()Getter for the URL to download the result of the job.Getter for the completion percentage of this job.Getter for the summary of a completed Auth0 Job.Getter for the estimated time remaining before job completes.getType()
-
Method Details
-
getStatus
-
getType
-
getCreatedAt
-
getId
-
getConnectionId
Getter for the connection id this job uses.- Returns:
- the connection id.
-
getConnection
Getter for the name of the connection this job uses.- Returns:
- the connection name.
-
getFormat
Getter for the format this job will output.- Returns:
- the format.
-
getLocation
Getter for the URL to download the result of the job.- Returns:
- the location.
-
getPercentageDone
Getter for the completion percentage of this job.- Returns:
- the percentage done.
-
getExternalId
Getter for the external ID used to correlate multiple jobs.- Returns:
- the external id.
-
getTimeLeftSeconds
Getter for the estimated time remaining before job completes.- Returns:
- the time left in seconds.
-
getSummary
Getter for the summary of a completed Auth0 Job.- Returns:
- the summary of the Job.
-