Uses of Class
org.identityconnectors.framework.common.objects.AttributeInfo.Subtypes
-
Packages that use AttributeInfo.Subtypes Package Description org.identityconnectors.framework.common.objects -
-
Uses of AttributeInfo.Subtypes in org.identityconnectors.framework.common.objects
Methods in org.identityconnectors.framework.common.objects that return AttributeInfo.Subtypes Modifier and Type Method Description static AttributeInfo.SubtypesAttributeInfo.Subtypes. valueOf(String name)Returns the enum constant of this type with the specified name.static AttributeInfo.Subtypes[]AttributeInfo.Subtypes. 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 AttributeInfo.Subtypes Modifier and Type Method Description AttributeInfoBuilderAttributeInfoBuilder. setSubtype(AttributeInfo.Subtypes subtype)
-