Class JobSummary

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

public class JobSummary extends Object
Class that represents the summary of a completed Auth0 Job object. Related to the JobsEntity entity.
  • Method Details

    • getFailed

      public Integer getFailed()
    • getUpdated

      public Integer getUpdated()
    • getInserted

      public Integer getInserted()
    • getTotal

      public Integer getTotal()