Class Endpoint


  • public class Endpoint
    extends java.lang.Object
    API Endpoint Contains the URL, ID, and SECRET
    • Constructor Summary

      Constructors 
      Constructor Description
      Endpoint​(java.lang.String url, java.lang.String id, java.lang.String secret)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getId()  
      java.lang.String getSecret()  
      java.lang.String getUrl()  
      • Methods inherited from class java.lang.Object

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

      • Endpoint

        public Endpoint​(java.lang.String url,
                        java.lang.String id,
                        java.lang.String secret)
    • Method Detail

      • getUrl

        public java.lang.String getUrl()
      • getId

        public java.lang.String getId()
      • getSecret

        public java.lang.String getSecret()