Class ResourceAR
- 
- All Implemented Interfaces:
- Serializable,- BaseBean
 
 public class ResourceAR extends PasswordPatch Resource Association Request.- See Also:
- Serialized Form
 
- 
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classResourceAR.Builder
 - 
Constructor SummaryConstructors Constructor Description ResourceAR()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object obj)ResourceAssociationActiongetAction()StringgetKey()inthashCode()voidsetAction(ResourceAssociationAction action)voidsetKey(String key)- 
Methods inherited from class org.apache.syncope.common.lib.request.PasswordPatchgetResources, isOnSyncope, setOnSyncope
 - 
Methods inherited from class org.apache.syncope.common.lib.request.AbstractReplacePatchItemsetOperation
 - 
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchItemgetValue, setValue
 - 
Methods inherited from class org.apache.syncope.common.lib.request.AbstractPatchgetOperation
 
- 
 
- 
- 
- 
Method Detail- 
getKeypublic String getKey() 
 - 
setKey@PathParam("key") public void setKey(String key)
 - 
getActionpublic ResourceAssociationAction getAction() 
 - 
setAction@PathParam("action") public void setAction(ResourceAssociationAction action)
 - 
hashCodepublic int hashCode() - Overrides:
- hashCodein class- PasswordPatch
 
 - 
equalspublic boolean equals(Object obj) - Overrides:
- equalsin class- PasswordPatch
 
 
- 
 
-