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 AttributeValueCompleteness
Attribute. getAttributeValueCompleteness()
AttributeValueCompleteness
AttributeBuilder. getAttributeValueCompleteness()
static AttributeValueCompleteness
AttributeValueCompleteness. 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 void
AttributeBuilder. setAttributeValueCompleteness(AttributeValueCompleteness attributeValueCompleteness)
-