Class Communication.Bots

java.lang.Object
org.rspeer.commons.Communication.Bots
Enclosing class:
Communication

public static class Communication.Bots extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static List<org.rspeer.network.api.response.Heartbeat>
    Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • Bots

      public Bots()
  • Method Details

    • getRunning

      public static List<org.rspeer.network.api.response.Heartbeat> getRunning()
      Returns a list of all the running accounts associated with the user by reaching out to Inubot servers.
      Returns:
      a list of Heartbeat objects representing the running accounts, or an empty list if there was an error or no active accounts were found