类 NEMeetingRecurringEndRule

java.lang.Object
com.netease.yunxin.kit.meeting.sdk.NEMeetingRecurringEndRule
所有已实现的接口:
Serializable

public class NEMeetingRecurringEndRule extends Object implements Serializable
周期性会议结束规则
另请参阅:
  • 字段详细资料

    • type

      结束类型
    • times

      public int times
      次数,当[type]为[NEMeetingRecurringEndRuleType.times]时有效
    • date

      public String date
      结束日期,格式:YYYY/MM/dd,如:2024/3/2,当[type]为[NEMeetingRecurringEndRuleType.date]时有效
  • 构造器详细资料

    • NEMeetingRecurringEndRule

      public NEMeetingRecurringEndRule()
  • 方法详细资料

    • fromJson

      public static NEMeetingRecurringEndRule fromJson(org.json.JSONObject fromJson)
    • toJson

      public org.json.JSONObject toJson() throws org.json.JSONException
      抛出:
      org.json.JSONException