Class RemoveGroupsQuery


  • public class RemoveGroupsQuery
    extends java.lang.Object
    Query to delete groups.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static RemoveGroupsQuery groups​(java.lang.String... ids)
      Remove groups with IDs.
      static RemoveGroupsQuery groups​(java.util.List<java.lang.String> ids)
      Remove groups with IDs.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • groups

        public static RemoveGroupsQuery groups​(java.lang.String... ids)
        Remove groups with IDs.
        Parameters:
        ids - array of groups IDs.
        Returns:
        new instance.
      • groups

        public static RemoveGroupsQuery groups​(java.util.List<java.lang.String> ids)
        Remove groups with IDs.
        Parameters:
        ids - list of groups IDs.
        Returns:
        new instance.