类 NEMeetingRecurringEndRule

  • 所有已实现的接口:
    java.io.Serializable

    public class NEMeetingRecurringEndRule
    extends java.lang.Object
    implements java.io.Serializable
    周期性会议结束规则
    另请参阅:
    序列化表格
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      java.lang.String date
      结束日期,格式:YYYY/MM/dd,如:2024/3/2,当[type]为[NEMeetingRecurringEndRuleType.date]时有效
      int times
      次数,当[type]为[NEMeetingRecurringEndRuleType.times]时有效
      NEMeetingRecurringEndRuleType type
      结束类型
    • 字段详细资料

      • times

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

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

      • NEMeetingRecurringEndRule

        public NEMeetingRecurringEndRule()
    • 方法详细资料

      • toJson

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