Class GetAudienceGroupsResponse

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

public final class GetAudienceGroupsResponse extends Object
  • Method Details

    • builder

    • getAudienceGroups

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

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

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

      public 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 Long getPage()
      The current page number.
    • getSize

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

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object