Class IntegrationAccount

java.lang.Object
discord4j.core.object.IntegrationAccount
All Implemented Interfaces:
DiscordObject

public class IntegrationAccount extends Object implements DiscordObject
A Discord Integration Account.
See Also:
  • Constructor Details

    • IntegrationAccount

      public IntegrationAccount(GatewayDiscordClient gateway, discord4j.discordjson.json.IntegrationAccountData data)
      Constructs a IntegrationAccount with an associated GatewayDiscordClient and Discord data.
      Parameters:
      gateway - The GatewayDiscordClient associated to this object, must be non-null.
      data - The raw data as represented by Discord, must be non-null.
  • Method Details

    • getClient

      public GatewayDiscordClient getClient()
      Description copied from interface: DiscordObject
      Returns the GatewayDiscordClient that created this object. Methods in it are exclusively based on the entity cache or Store in use. Refer to calling getClient().rest() to access a DiscordClient that is capable of requesting entities directly from the REST API.
      Specified by:
      getClient in interface DiscordObject
      Returns:
      The GatewayDiscordClient associated to this object.
    • getData

      public discord4j.discordjson.json.IntegrationAccountData getData()
      Gets the data of the account.
      Returns:
      The data of the account.
    • getId

      public String getId()
      Gets the id of the account.
      Returns:
      The id of the account.
    • getName

      public String getName()
      Gets the name of the account.
      Returns:
      The name of the account.