Uses of Class
ext.api.centrallog.model.ResolutionStatus
-
Packages that use ResolutionStatus Package Description ext.api.centrallog.model -
-
Uses of ResolutionStatus in ext.api.centrallog.model
Methods in ext.api.centrallog.model that return ResolutionStatus Modifier and Type Method Description static ResolutionStatusResolutionStatus. fromValue(String text)From value resolution status.ResolutionStatusResolvedIncidentEvent. getResolutionStatus()Gets resolution status.static ResolutionStatusResolutionStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ResolutionStatus[]ResolutionStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ext.api.centrallog.model with parameters of type ResolutionStatus Modifier and Type Method Description ResolvedIncidentEventResolvedIncidentEvent. resolutionStatus(ResolutionStatus resolutionStatus)Resolution status resolved incident event.voidResolvedIncidentEvent. setResolutionStatus(ResolutionStatus resolutionStatus)Sets resolution status.
-