程序包 cn.vorbote.ical
类 Event
java.lang.Object
cn.vorbote.ical.CalendarNode
cn.vorbote.ical.Event
Event
Created at 2022/9/20 10:38
Created at 2022/9/20 10:38
- 作者:
- vorbote
-
字段概要
从类继承的字段 cn.vorbote.ical.CalendarNode
categories, classification, comment, description, domainName, duration, end, location, percentComplete, priority, start, summary, timezone, uid, url -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明addCategories(String... categories) Add a batch of categories.addCategories(Collection<String> categories) Add a batch of categories.addCategory(String category) Add a category.resolve()setClassification(Classification classification) Set the classification.setComment(String comment) Set the comment.setDescription(String description) Set the description.setDomainName(String domainName) Set the domain name of this event.setDuration(TimeSpan duration) Set the duration of this event.Set the end of this node.setLocation(String location) Set the location.setPercentComplete(Integer percentComplete) Set the percent complete value.setPriority(Integer priority) Set a priority.Set the start of this event.setSummary(String summary) Set the summary.setTimezone(ITimezone timezone) Set the timezone of this event.Set the uid of this event.Set the URL.从类继承的方法 cn.vorbote.ical.CalendarNode
resolveCategories
-
构造器详细资料
-
Event
public Event()
-
-
方法详细资料
-
addCategories
Add a batch of categories.- 参数:
categories- A batch of categories.- 返回:
- The Event instance.
-
addCategories
Add a batch of categories.- 参数:
categories- A batch of categories.- 返回:
- The Event instance.
-
addCategory
Add a category.- 参数:
category- A category.- 返回:
- The Event instance.
-
setClassification
Set the classification.- 参数:
classification- The specified classification value.- 返回:
- The Event instance.
-
setComment
Set the comment.- 参数:
comment- The comment.- 返回:
- The Event instance.
-
setDescription
Set the description.- 参数:
description- The description.- 返回:
- The Event instance.
-
setLocation
Set the location.- 参数:
location- The location.- 返回:
- The Event instance.
-
setPercentComplete
Set the percent complete value.- 参数:
percentComplete- The percent complete value.- 返回:
- The Event instance.
-
setPriority
Set a priority.- 参数:
priority- The priority to be set.- 返回:
- The Event instance.
-
setSummary
Set the summary.- 参数:
summary- The summary (you can also call it as a title).- 返回:
- The Event instance.
-
setEnd
Set the end of this node.- 参数:
end- The end time of this event.- 返回:
- The Event instance.
-
setStart
Set the start of this event.- 参数:
start- The date time specify the start time of this event.- 返回:
- The Event instance.
-
setDuration
Set the duration of this event.- 参数:
duration- The duration of this event.- 返回:
- The Event instance.
-
setUrl
Set the URL.- 参数:
url- The URL.- 返回:
- The Event instance.
-
setUid
Set the uid of this event.- 参数:
uid- The uid.- 返回:
- The Event instance.
-
setDomainName
Set the domain name of this event.- 覆盖:
setDomainName在类中CalendarNode- 参数:
domainName- The domain name.- 返回:
- The Event instance.
-
setTimezone
Set the timezone of this event.- 参数:
timezone- The time zone to set.- 返回:
- The Event instance.
-
resolve
- 指定者:
resolve在类中CalendarNode
-