Interface StatusProjection
- All Known Subinterfaces:
JobProjection,JobSearchProjection
- All Known Implementing Classes:
JobEntity
public interface StatusProjection
Projection for returning only the status of a given resource.
- Since:
- 3.3.0
-
Method Summary
-
Method Details
-
getStatus
String getStatus()Get the current status of this resource.- Returns:
- The status.
-