Class CustomAttribute
- java.lang.Object
-
- org.apache.syncope.client.enduser.model.CustomAttribute
-
- All Implemented Interfaces:
Serializable
public class CustomAttribute extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomAttribute()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomAttributedefaultValues(List<String> value)List<String>getDefaultValues()booleanisReadonly()CustomAttributereadonly(Boolean value)voidsetDefaultValues(List<String> defaultValues)voidsetReadonly(boolean readonly)
-
-
-
Method Detail
-
isReadonly
public boolean isReadonly()
-
setReadonly
public void setReadonly(boolean readonly)
-
readonly
public CustomAttribute readonly(Boolean value)
-
defaultValues
public CustomAttribute defaultValues(List<String> value)
-
-