Uses of Class
org.identityconnectors.framework.common.objects.AttributeValueCompleteness
-
Packages that use AttributeValueCompleteness Package Description org.identityconnectors.framework.common.objects -
-
Uses of AttributeValueCompleteness in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeValueCompleteness Modifier and Type Method Description AttributeValueCompletenessAttribute. getAttributeValueCompleteness()AttributeValueCompletenessAttributeBuilder. getAttributeValueCompleteness()static AttributeValueCompletenessAttributeValueCompleteness. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeValueCompleteness[]AttributeValueCompleteness. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.identityconnectors.framework.common.objects with parameters of type AttributeValueCompleteness Modifier and Type Method Description voidAttributeBuilder. setAttributeValueCompleteness(AttributeValueCompleteness attributeValueCompleteness)
-