Uses of Enum Class
org.hisp.dhis.response.Status
Packages that use Status
Package
Description
-
Uses of Status in org.hisp.dhis.response
Fields in org.hisp.dhis.response declared as StatusMethods in org.hisp.dhis.response that return StatusModifier and TypeMethodDescriptionstatic StatusReturns the enum constant of this class with the specified name.static Status[]Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.hisp.dhis.response with parameters of type Status -
Uses of Status in org.hisp.dhis.response.event
Constructors in org.hisp.dhis.response.event with parameters of type StatusModifierConstructorDescriptionEventResponse(Status status, Integer httpStatusCode, String message) -
Uses of Status in org.hisp.dhis.response.object
Constructors in org.hisp.dhis.response.object with parameters of type StatusModifierConstructorDescriptionObjectResponse(Status status, Integer httpStatusCode, String message) -
Uses of Status in org.hisp.dhis.response.objects
Methods in org.hisp.dhis.response.objects that return StatusConstructors in org.hisp.dhis.response.objects with parameters of type StatusModifierConstructorDescriptionObjectsResponse(Status status, Integer httpStatusCode, ObjectStatistics stats)