@Generated public class UpdateShare extends Object
Constructor and Description |
---|
UpdateShare() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getComment() |
String |
getName() |
String |
getNewName() |
String |
getOwner() |
Collection<SharedDataObjectUpdate> |
getUpdates() |
int |
hashCode() |
UpdateShare |
setComment(String comment) |
UpdateShare |
setName(String name) |
UpdateShare |
setNewName(String newName) |
UpdateShare |
setOwner(String owner) |
UpdateShare |
setUpdates(Collection<SharedDataObjectUpdate> updates) |
String |
toString() |
public UpdateShare setComment(String comment)
public String getComment()
public UpdateShare setName(String name)
public String getName()
public UpdateShare setNewName(String newName)
public String getNewName()
public UpdateShare setOwner(String owner)
public String getOwner()
public UpdateShare setUpdates(Collection<SharedDataObjectUpdate> updates)
public Collection<SharedDataObjectUpdate> getUpdates()
Copyright © 2024. All rights reserved.