Uses of Class
com.treescrub.spedran.data.SubmissionStatus
-
Packages that use SubmissionStatus Package Description com.treescrub.spedran.data Contains all the classes that represent resources on the SRC API.com.treescrub.spedran.requests.builders.run -
-
Uses of SubmissionStatus in com.treescrub.spedran.data
Methods in com.treescrub.spedran.data that return SubmissionStatus Modifier and Type Method Description SubmissionStatusRunStatus. getStatus()Gets the submission status type.static SubmissionStatusSubmissionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static SubmissionStatus[]SubmissionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of SubmissionStatus in com.treescrub.spedran.requests.builders.run
Methods in com.treescrub.spedran.requests.builders.run with parameters of type SubmissionStatus Modifier and Type Method Description RunsRequestRunsRequest. status(SubmissionStatus submissionStatus)Restricts the results to runs with the providedSubmissionStatus.
-