@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 |
getOwner() |
Collection<SharedDataObjectUpdate> |
getUpdates() |
int |
hashCode() |
UpdateShare |
setComment(String comment) |
UpdateShare |
setName(String name) |
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 setOwner(String owner)
public String getOwner()
public UpdateShare setUpdates(Collection<SharedDataObjectUpdate> updates)
public Collection<SharedDataObjectUpdate> getUpdates()
Copyright © 2023. All rights reserved.