Package omero.gateway.util
Class Requests.Chgrp2Builder
- java.lang.Object
-
- omero.gateway.util.Requests.Chgrp2Builder
-
- Enclosing class:
- Requests
public static class Requests.Chgrp2Builder extends java.lang.Object
A builder forChgrp2
instances.- Since:
- 5.2.3
-
-
Constructor Summary
Constructors Constructor Description Chgrp2Builder()
Instantiate a newChgrp2
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Requests.Chgrp2Builder
toGroup(long id)
Requests.Chgrp2Builder
toGroup(omero.model.ExperimenterGroup group)
Requests.Chgrp2Builder
toGroup(omero.RLong id)
-
-
-
Method Detail
-
toGroup
public Requests.Chgrp2Builder toGroup(long id)
- Parameters:
id
- the group to which to move the target objects, does overwrite previous calls- Returns:
- this builder, for method chaining
-
toGroup
public Requests.Chgrp2Builder toGroup(omero.RLong id)
- Parameters:
id
- the group to which to move the target objects, does overwrite previous calls;null
values not permitted- Returns:
- this builder, for method chaining
-
toGroup
public Requests.Chgrp2Builder toGroup(omero.model.ExperimenterGroup group)
- Parameters:
group
- the group to which to move the target objects, does overwrite previous calls;null
values not permitted- Returns:
- this builder, for method chaining
-
-