Uses of Class
ext.api.centrallog.model.ErrorType
-
Packages that use ErrorType Package Description ext.api.centrallog.model -
-
Uses of ErrorType in ext.api.centrallog.model
Methods in ext.api.centrallog.model that return ErrorType Modifier and Type Method Description static ErrorTypeErrorType. fromValue(String text)From value error type.ErrorTypeOpenIncidentEvent. getErrorType()Gets error type.static ErrorTypeErrorType. valueOf(String name)Returns the enum constant of this type with the specified name.static ErrorType[]ErrorType. 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 ErrorType Modifier and Type Method Description OpenIncidentEventOpenIncidentEvent. errorType(ErrorType errorType)Error type open incident event.voidOpenIncidentEvent. setErrorType(ErrorType errorType)Sets error type.
-