Uses of Class
org.gcube.accounting.datamodel.UsageRecord.OperationResult
-
Packages that use UsageRecord.OperationResult Package Description org.gcube.accounting.datamodel -
-
Uses of UsageRecord.OperationResult in org.gcube.accounting.datamodel
Methods in org.gcube.accounting.datamodel that return UsageRecord.OperationResult Modifier and Type Method Description UsageRecord.OperationResultBasicUsageRecord. getOperationResult()UsageRecord.OperationResultUsageRecord. getOperationResult()static UsageRecord.OperationResultUsageRecord.OperationResult. valueOf(String name)Returns the enum constant of this type with the specified name.static UsageRecord.OperationResult[]UsageRecord.OperationResult. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.gcube.accounting.datamodel with parameters of type UsageRecord.OperationResult Modifier and Type Method Description voidBasicUsageRecord. setOperationResult(UsageRecord.OperationResult operationResult)Set the Operation Result related to the accounted Usage RecordvoidUsageRecord. setOperationResult(UsageRecord.OperationResult operationResult)Set the Operation Result related to the accounted Usage Record
-