public class ShareInfoUpdateRepresentation extends Object
Modifier and Type | Field and Description |
---|---|
protected List<ShareInfoPermissionRepresentation> |
added |
protected List<Long> |
removed |
protected List<ShareInfoPermissionRepresentation> |
updated |
Constructor and Description |
---|
ShareInfoUpdateRepresentation() |
Modifier and Type | Method and Description |
---|---|
List<ShareInfoPermissionRepresentation> |
getAdded() |
List<Long> |
getRemoved() |
List<ShareInfoPermissionRepresentation> |
getUpdated() |
void |
setAdded(List<ShareInfoPermissionRepresentation> added) |
void |
setRemoved(List<Long> removed) |
void |
setUpdated(List<ShareInfoPermissionRepresentation> updated) |
protected List<ShareInfoPermissionRepresentation> added
protected List<ShareInfoPermissionRepresentation> updated
public List<ShareInfoPermissionRepresentation> getAdded()
public void setAdded(List<ShareInfoPermissionRepresentation> added)
public List<ShareInfoPermissionRepresentation> getUpdated()
public void setUpdated(List<ShareInfoPermissionRepresentation> updated)
Copyright © 2014–2015 Alfresco. All rights reserved.