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:
  • Constructor Details

    • CustomAttribute

      public CustomAttribute()
  • Method Details

    • isReadonly

      public boolean isReadonly()
    • setReadonly

      public void setReadonly(boolean readonly)
    • getDefaultValues

      public List<String> getDefaultValues()
    • setDefaultValues

      public void setDefaultValues(List<String> defaultValues)
    • readonly

      public CustomAttribute readonly(Boolean value)
    • defaultValues

      public CustomAttribute defaultValues(List<String> value)