Uses of Class
org.wso2.carbon.utils.DiagnosticLog.ResultStatus
-
Packages that use DiagnosticLog.ResultStatus Package Description org.wso2.carbon.utils -
-
Uses of DiagnosticLog.ResultStatus in org.wso2.carbon.utils
Methods in org.wso2.carbon.utils that return DiagnosticLog.ResultStatus Modifier and Type Method Description static DiagnosticLog.ResultStatusDiagnosticLog.ResultStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static DiagnosticLog.ResultStatus[]DiagnosticLog.ResultStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.wso2.carbon.utils with parameters of type DiagnosticLog.ResultStatus Modifier and Type Method Description DiagnosticLog.DiagnosticLogBuilderDiagnosticLog.DiagnosticLogBuilder. resultStatus(DiagnosticLog.ResultStatus resultStatus)Sets the result status of the DiagnosticLog.
-