Uses of Class
org.identityconnectors.framework.common.objects.ValueListOpenness
-
Packages that use ValueListOpenness Package Description org.identityconnectors.framework.common.objects org.identityconnectors.framework.spi This is the "Service Provider Interface" package. -
-
Uses of ValueListOpenness in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return ValueListOpenness Modifier and Type Method Description ValueListOpennessSuggestedValues. getOpenness()Returns openness of value list.ValueListOpennessSuggestedValuesBuilder. getOpenness()Returns openness of value list.static ValueListOpennessValueListOpenness. valueOf(String name)Returns the enum constant of this type with the specified name.static ValueListOpenness[]ValueListOpenness. 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 ValueListOpenness Modifier and Type Method Description voidSuggestedValuesBuilder. setOpenness(ValueListOpenness openness)Sets openness of value list. -
Uses of ValueListOpenness in org.identityconnectors.framework.spi
Methods in org.identityconnectors.framework.spi that return ValueListOpenness Modifier and Type Method Description ValueListOpennessallowedValuesOpenness()Specification of openness of list of allowed values.
-