Uses of Class
io.annot8.api.components.responses.SourceResponse.Status
-
Packages that use SourceResponse.Status Package Description io.annot8.api.components.responses This package contains the response objects returned by some components. -
-
Uses of SourceResponse.Status in io.annot8.api.components.responses
Methods in io.annot8.api.components.responses that return SourceResponse.Status Modifier and Type Method Description SourceResponse.StatusSourceResponse. getStatus()Return the status associated with this responseSourceResponse.StatusSourceResponse.SourceResponseBuilder. getStatus()static SourceResponse.StatusSourceResponse.Status. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceResponse.Status[]SourceResponse.Status. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in io.annot8.api.components.responses with parameters of type SourceResponse.Status Constructor Description SourceResponseBuilder(SourceResponse.Status status)SourceResponseBuilder(SourceResponse.Status status, Collection<Exception> exceptions)
-