Class ListJobsResponse

java.lang.Object
uk.ac.manchester.spinnaker.alloc.web.ListJobsResponse

public final class ListJobsResponse
extends Object
The list of jobs.
Author:
Donal Fellows
  • Field Details

    • jobs

      public final List<URI> jobs
      The list of jobs, by URI. Clients should not construct these by hand.
  • Method Details

    • getPrev

      public URI getPrev()
      Returns:
      URL of previous page when paging is used in this response.
    • getNext

      public URI getNext()
      Returns:
      URL of next page when paging is used in this response.