Class CustomAttributesInfo
- java.lang.Object
-
- org.apache.syncope.client.enduser.model.CustomAttributesInfo
-
- All Implemented Interfaces:
Serializable
public class CustomAttributesInfo extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CustomAttributesInfo()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CustomAttributesInfo
attributes(Map<String,CustomAttribute> value)
Map<String,CustomAttribute>
getAttributes()
void
setAttributes(Map<String,CustomAttribute> attributes)
-
-
-
Method Detail
-
getAttributes
public Map<String,CustomAttribute> getAttributes()
-
setAttributes
public void setAttributes(Map<String,CustomAttribute> attributes)
-
attributes
public CustomAttributesInfo attributes(Map<String,CustomAttribute> value)
-
-