クラス GetAudienceGroupsResponse

java.lang.Object
com.linecorp.bot.model.manageaudience.response.GetAudienceGroupsResponse

public final class GetAudienceGroupsResponse
extends java.lang.Object
  • メソッドの詳細

    • builder

    • getAudienceGroups

      public java.util.List<AudienceGroup> getAudienceGroups()
      An array of audience data.
    • getHasNextPage

      public java.lang.Boolean getHasNextPage()
      true when this is not the last page.
    • getTotalCount

      public java.lang.Long getTotalCount()
      The total number of audiences that can be fetched with the specified filter.
    • getReadWriteAudienceGroupTotalCount

      public java.lang.Long getReadWriteAudienceGroupTotalCount()
      Of the audiences you can get with the specified condition, the number of audiences with the update permission set to READ_WRITE.
    • getPage

      public java.lang.Long getPage()
      The current page number.
    • getSize

      public java.lang.Long getSize()
      The number of audiences on the current page.
    • equals

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

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

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