Uses of Enum Class
org.eclipse.ditto.internal.utils.health.StatusInfo.Status
Packages that use StatusInfo.Status
-
Uses of StatusInfo.Status in org.eclipse.ditto.internal.utils.health
Methods in org.eclipse.ditto.internal.utils.health that return StatusInfo.StatusModifier and TypeMethodDescriptionStatusInfo.getStatus()Returns theStatus.StatusInfo.Status.mergeWith(StatusInfo.Status otherStatus) Merges this status with another status.static StatusInfo.StatusReturns the enum constant of this class with the specified name.static StatusInfo.Status[]StatusInfo.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.ditto.internal.utils.health with parameters of type StatusInfo.StatusModifier and TypeMethodDescriptionstatic StatusInfoStatusInfo.fromStatus(StatusInfo.Status status) Returns a newStatusInfoinstance with the specifiedstatus.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status, String message) Returns a newStatusInfoinstance with the specifiedstatusandmessage.static StatusInfoStatusInfo.fromStatus(StatusInfo.Status status, Collection<StatusDetailMessage> details) Returns a newStatusInfoinstance with the specifiedstatusanddetails.StatusInfo.Status.mergeWith(StatusInfo.Status otherStatus) Merges this status with another status.