类 NEMeetingRecurringEndRule
java.lang.Object
com.netease.yunxin.kit.meeting.sdk.NEMeetingRecurringEndRule
- 所有已实现的接口:
Serializable
周期性会议结束规则
- 另请参阅:
-
字段概要
修饰符和类型字段说明结束日期,格式:YYYY/MM/dd,如:2024/3/2,当[type]为[NEMeetingRecurringEndRuleType.date]时有效int
次数,当[type]为[NEMeetingRecurringEndRuleType.times]时有效结束类型 -
构造器概要
-
方法概要
修饰符和类型方法说明static NEMeetingRecurringEndRule
fromJson
(org.json.JSONObject fromJson) org.json.JSONObject
toJson()
-
字段详细资料
-
type
结束类型 -
times
public int times次数,当[type]为[NEMeetingRecurringEndRuleType.times]时有效 -
date
结束日期,格式:YYYY/MM/dd,如:2024/3/2,当[type]为[NEMeetingRecurringEndRuleType.date]时有效
-
-
构造器详细资料
-
NEMeetingRecurringEndRule
public NEMeetingRecurringEndRule()
-
-
方法详细资料
-
fromJson
-
toJson
public org.json.JSONObject toJson() throws org.json.JSONException- 抛出:
org.json.JSONException
-