クラス CreateAudienceGroupRequest

java.lang.Object
com.linecorp.bot.model.manageaudience.request.CreateAudienceGroupRequest

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

    • builder

    • getDescription

      public java.lang.String getDescription()
      The audience's name. Audience names must be unique. Note that comparisons are case-insensitive, so the names AUDIENCE and audience are considered identical.

      Max character limit: 120

    • getIsIfaAudience

      public java.lang.Boolean getIsIfaAudience()
      If this is false (default), recipients are specified by user IDs. If true, recipients must be specified by IFAs.
    • getUploadDescription

      public java.lang.String getUploadDescription()
      The description to register for the job (in jobs[].description).
    • getAudiences

      public java.util.List<Audience> getAudiences()
      An array of up to 10,000 user IDs or IFAs.
    • 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