Uses of Class
wavefront.report.SourceOperationType
-
Packages that use SourceOperationType Package Description com.wavefront.dto wavefront.report -
-
Uses of SourceOperationType in com.wavefront.dto
Methods in com.wavefront.dto that return SourceOperationType Modifier and Type Method Description SourceOperationTypeSourceTag. getOperation() -
Uses of SourceOperationType in wavefront.report
Fields in wavefront.report declared as SourceOperationType Modifier and Type Field Description SourceOperationTypeReportSourceTag. operationDeprecated.Methods in wavefront.report that return SourceOperationType Modifier and Type Method Description SourceOperationTypeReportSourceTag.Builder. getOperation()Gets the value of the 'operation' field.SourceOperationTypeReportSourceTag. getOperation()Gets the value of the 'operation' field.static SourceOperationTypeSourceOperationType. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceOperationType[]SourceOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in wavefront.report with parameters of type SourceOperationType Modifier and Type Method Description ReportSourceTag.BuilderReportSourceTag.Builder. setOperation(SourceOperationType value)Sets the value of the 'operation' field.voidReportSourceTag. setOperation(SourceOperationType value)Sets the value of the 'operation' field.Constructors in wavefront.report with parameters of type SourceOperationType Constructor Description ReportSourceTag(SourceOperationType operation, SourceTagAction action, String source, List<String> annotations)All-args constructor.
-