Class Requests.Chgrp2Builder

  • Enclosing class:
    Requests

    public static class Requests.Chgrp2Builder
    extends java.lang.Object
    A builder for Chgrp2 instances.
    Since:
    5.2.3
    • Constructor Detail

      • Chgrp2Builder

        public Chgrp2Builder()
        Instantiate a new Chgrp2.
    • 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