Class TransferGroupOwnerParams

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final Boolean getLeaveAfterTransfer() Whether to leave the group after transfer.
      final Unit setLeaveAfterTransfer(Boolean leaveAfterTransfer) Whether to leave the group after transfer.
      final LeaveGroupConfig getConfig() Leave group configuration (only effective when leaveAfterTransfer is true).
      final Unit setConfig(LeaveGroupConfig config) Leave group configuration (only effective when leaveAfterTransfer is true).
      final String getNewOwnerId()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • TransferGroupOwnerParams

        TransferGroupOwnerParams(String newOwnerId)
        Parameters:
        newOwnerId - New owner user ID.