Class RemoteConnector

java.lang.Object
io.meeds.gamification.model.RemoteConnector
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
ConnectorRestEntity

public class RemoteConnector extends Object implements Serializable
See Also:
  • Field Details

    • name

      protected String name
    • apiKey

      protected String apiKey
    • redirectUrl

      protected String redirectUrl
    • enabled

      protected boolean enabled
  • Constructor Details

    • RemoteConnector

      public RemoteConnector()
  • Method Details