Uses of Enum Class
io.github.dinethdilhara.urltoproduct.model.ExtractionStatus
Packages that use ExtractionStatus
-
Uses of ExtractionStatus in io.github.dinethdilhara.urltoproduct.model
Subclasses with type arguments of type ExtractionStatus in io.github.dinethdilhara.urltoproduct.modelModifier and TypeClassDescriptionenumIndicates the outcome of the extraction process.Methods in io.github.dinethdilhara.urltoproduct.model that return ExtractionStatusModifier and TypeMethodDescriptionProductDetails.getStatus()ExtractionResult.status()Returns the value of thestatusrecord component.static ExtractionStatusReturns the enum constant of this class with the specified name.static ExtractionStatus[]ExtractionStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in io.github.dinethdilhara.urltoproduct.model with parameters of type ExtractionStatusConstructors in io.github.dinethdilhara.urltoproduct.model with parameters of type ExtractionStatusModifierConstructorDescriptionExtractionResult(int confidenceScore, ExtractionStatus status) Creates an instance of aExtractionResultrecord class.