クラス AbstractApiGateway

java.lang.Object
org.thinkit.api.gateway.github.AbstractApiGateway
すべての実装されたインタフェース:
Serializable, Gateway
直系の既知のサブクラス:
GithubApiGateway

public abstract class AbstractApiGateway
extends Object
implements Gateway, Serializable
The abstract class that defines the generic processing for implementing the GitHub API gateway.

The GithubUser object must be set with the user information required to call the API; if the user information required to call the API is not set, the API call will fail or an exception will be thrown at runtime.

It provides #createUrl(GithubApi) , #createUrl(GithubApi, Map) , #createUrl(GithubApi, List) and #createUrl(GithubApi, Map, List) methods to easily generate URLs for calling the API.

導入されたバージョン:
1.0.0
関連項目:
直列化された形式
  • メソッドの詳細

    • toString

      public String toString()
      オーバーライド:
      toString クラス内 Object
    • equals

      public boolean equals​(Object o)
      オーバーライド:
      equals クラス内 Object
    • hashCode

      public int hashCode()
      オーバーライド:
      hashCode クラス内 Object