クラス GetFollowersRequest.GetFollowersRequestBuilder

java.lang.Object
com.linecorp.bot.model.request.GetFollowersRequest.GetFollowersRequestBuilder
含まれているクラス:
GetFollowersRequest

public static class GetFollowersRequest.GetFollowersRequestBuilder
extends java.lang.Object
  • メソッドの概要

    修飾子とタイプ メソッド 説明
    GetFollowersRequest build()  
    GetFollowersRequest.GetFollowersRequestBuilder next​(java.lang.String next)
    Value of the continuation token found in the next property of the JSON object returned in the response.
    java.lang.String toString()  

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

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • メソッドの詳細

    • next

      public GetFollowersRequest.GetFollowersRequestBuilder next​(@Nullable java.lang.String next)
      Value of the continuation token found in the next property of the JSON object returned in the response. Include this parameter to get the next array of user IDs.
      戻り値:
      this.
    • build

      public GetFollowersRequest build()
    • toString

      public java.lang.String toString()
      オーバーライド:
      toString クラス内 java.lang.Object