| Package | Description | 
|---|---|
| org.identityconnectors.framework.common.objects | 
| Modifier and Type | Method and Description | 
|---|---|
static AttributeInfoBuilder | 
AttributeInfoBuilder.define(String name)
Convenience method to create a new AttributeInfoBuilder. 
 | 
static AttributeInfoBuilder | 
AttributeInfoBuilder.define(String name,
      Class<?> type)
Convenience method to create a new AttributeInfoBuilder. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setCreateable(boolean value)
Determines if the attribute is writable. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setFlags(Set<AttributeInfo.Flags> flags)
Sets all of the flags for this builder. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setMultiValued(boolean value)
Determines if this attribute supports multivalue. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setName(String name)
Sets the unique name of the  
AttributeInfo object. | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setNativeName(String nativeName)
Sets the native name of the  
AttributeInfo object. | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setReadable(boolean value)
Determines if the attribute is readable. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setRequired(boolean value)
Determines if this attribute is required. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setReturnedByDefault(boolean value)  | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setSubtype(AttributeInfo.Subtypes subtype)  | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setSubtype(String subtype)
Optional subtype of the attribute. 
 | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setType(Class<?> value)
Please see  
FrameworkUtil.checkAttributeType(Class) for the
 definitive list of supported types. | 
AttributeInfoBuilder | 
AttributeInfoBuilder.setUpdateable(boolean value)
Determines if this attribute writable during update. 
 | 
Copyright © 2022. All rights reserved.