Class DeleteClassificationMatchRequest
Object
DeleteClassificationMatchRequest
Request to delete classification match.
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic class
-
Constructor Summary
ConstructorsConstructorDescriptionDeleteClassificationMatchRequest
(UUID classificationMatchId) Creates a newDeleteClassificationMatchRequest
instance. -
Method Summary
Modifier and TypeMethodDescriptionbuilder()
protected boolean
boolean
Theid
of the classification match.int
hashCode()
void
setClassificationMatchId
(UUID classificationMatchId) Theid
of the classification match.toString()
-
Constructor Details
-
DeleteClassificationMatchRequest
Creates a newDeleteClassificationMatchRequest
instance.- Parameters:
classificationMatchId
- Theid
of the classification match.
-
DeleteClassificationMatchRequest
public DeleteClassificationMatchRequest()
-
-
Method Details