Class ResourceObjectClassifier.Classification
- java.lang.Object
-
- com.evolveum.midpoint.provisioning.api.ResourceObjectClassifier.Classification
-
- Enclosing interface:
- ResourceObjectClassifier
public static class ResourceObjectClassifier.Classification extends Object
Result of the object classification.
-
-
Constructor Summary
Constructors Constructor Description Classification(@NotNull ShadowKindType kind, String intent, String tag)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getIntent()
@NotNull ShadowKindType
getKind()
String
getTag()
String
toString()
-
-
-
Constructor Detail
-
Classification
public Classification(@NotNull @NotNull ShadowKindType kind, String intent, String tag)
-
-