Constructor and Description |
---|
Chown2Builder()
Instantiate a new
Chown2 and initialize its collection containers. |
Modifier and Type | Method and Description |
---|---|
Requests.Chown2Builder |
targetUsers(omero.model.Experimenter user) |
Requests.Chown2Builder |
targetUsers(Iterable<Long> ids) |
Requests.Chown2Builder |
targetUsers(Long... ids) |
Requests.Chown2Builder |
targetUsers(omero.RLong... ids) |
Requests.Chown2Builder |
toGroup(omero.model.Experimenter user)
Deprecated.
|
Requests.Chown2Builder |
toUser(omero.model.Experimenter user) |
Requests.Chown2Builder |
toUser(long id) |
Requests.Chown2Builder |
toUser(omero.RLong id) |
public Chown2Builder()
Chown2
and initialize its collection containers.public Requests.Chown2Builder toUser(long id)
id
- the user to which to give the target objects, does overwrite previous callspublic Requests.Chown2Builder targetUsers(Iterable<Long> ids)
ids
- the IDs of users whose data is to be targeted for this operation, does not overwrite previous calls;
null
values not permittedpublic Requests.Chown2Builder targetUsers(omero.RLong... ids)
ids
- the IDs of users whose data is to be targeted for this operation, does not overwrite previous calls;
null
values not permittedpublic Requests.Chown2Builder toUser(omero.RLong id)
id
- the user to which to give the target objects, does overwrite previous calls;
null
values not permittedpublic Requests.Chown2Builder toUser(omero.model.Experimenter user)
user
- the user to which to give the target objects, does overwrite previous calls;
null
values not permitted@Deprecated public Requests.Chown2Builder toGroup(omero.model.Experimenter user)
toUser(Experimenter)
user
- the user to which to give the target objects, does overwrite previous calls;
null
values not permittedpublic Requests.Chown2Builder targetUsers(Long... ids)
ids
- the IDs of users whose data is to be targeted for this operation, does not overwrite previous calls;
null
values not permittedpublic Requests.Chown2Builder targetUsers(omero.model.Experimenter user)
user
- the user whose data is to be targeted for this operation, does not overwrite previous calls;
null
values not permitted
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.