クラス LineNotifyCommunicator

java.lang.Object
org.thinkit.api.line.http.AbstractCommunicator
org.thinkit.api.line.notify.http.LineNotifyCommunicator
すべての実装されたインタフェース:
Serializable, Communicator

public final class LineNotifyCommunicator
extends AbstractCommunicator
implements Serializable
The class that provides the process of HTTP communication for Line Notify.
導入されたバージョン:
1.0.0
関連項目:
直列化された形式
  • コンストラクタの概要

    コンストラクタ
    コンストラクタ 説明
    LineNotifyCommunicator()  
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    void post​(@NonNull com.google.api.client.http.GenericUrl genericUrl, @NonNull String message)
    Sends a POST request to the URL set in the URL object passed as an argument.

    クラスから継承されたメソッド java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • コンストラクタの詳細

    • LineNotifyCommunicator

      public LineNotifyCommunicator()
  • メソッドの詳細

    • post

      public void post​(@NonNull @NonNull com.google.api.client.http.GenericUrl genericUrl, @NonNull @NonNull String message)
      Sends a POST request to the URL set in the URL object passed as an argument.
      定義:
      post インタフェース内 Communicator
      パラメータ:
      genericUrl - The API URL
      message - The message
      例外:
      NullPointerException - If null is passed as an argument