public static class Requests.Chgrp2Builder
extends java.lang.Object
Chgrp2 instances.| Constructor and Description |
|---|
Chgrp2Builder()
Instantiate a new
Chgrp2. |
| Modifier and Type | Method and Description |
|---|---|
Requests.Chgrp2Builder |
toGroup(omero.model.ExperimenterGroup group) |
Requests.Chgrp2Builder |
toGroup(long id) |
Requests.Chgrp2Builder |
toGroup(omero.RLong id) |
public Requests.Chgrp2Builder toGroup(long id)
id - the group to which to move the target objects, does overwrite previous callspublic Requests.Chgrp2Builder toGroup(omero.RLong id)
id - the group to which to move the target objects, does overwrite previous calls;
null values not permittedpublic Requests.Chgrp2Builder toGroup(omero.model.ExperimenterGroup group)
group - the group to which to move the target objects, does overwrite previous calls;
null values not permitted