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 CustomAttribute
defaultValues(List<String> value)
List<String>
getDefaultValues()
boolean
isReadonly()
CustomAttribute
readonly(Boolean value)
void
setDefaultValues(List<String> defaultValues)
void
setReadonly(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)
-
-