Class ScheduleAgent
- java.lang.Object
-
- net.fortuna.ical4j.model.Content
-
- net.fortuna.ical4j.model.Parameter
-
- net.fortuna.ical4j.model.parameter.ScheduleAgent
-
- All Implemented Interfaces:
Serializable
,Comparable<Parameter>
,Encodable
public class ScheduleAgent extends Parameter implements Encodable
Defines the scheduling agent for CalDAV scheduling.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ScheduleAgent.Factory
-
Field Summary
Fields Modifier and Type Field Description static ScheduleAgent
CLIENT
static ScheduleAgent
NONE
static ScheduleAgent
SERVER
-
Fields inherited from class net.fortuna.ical4j.model.Parameter
ABBREV, ALTREP, CN, CUTYPE, DELEGATED_FROM, DELEGATED_TO, DERIVED, DIR, DISPLAY, EMAIL, ENCODING, EXPERIMENTAL_PREFIX, FBTYPE, FEATURE, FMTTYPE, LABEL, LANGUAGE, MEMBER, ORDER, PARTSTAT, RANGE, RELATED, RELTYPE, ROLE, RSVP, SCHEDULE_AGENT, SCHEDULE_STATUS, SCHEMA, SENT_BY, TYPE, TZID, VALUE, VVENUE
-
-
Constructor Summary
Constructors Constructor Description ScheduleAgent(String aValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getValue()
-
-
-
Field Detail
-
SERVER
public static final ScheduleAgent SERVER
-
CLIENT
public static final ScheduleAgent CLIENT
-
NONE
public static final ScheduleAgent NONE
-
-
Constructor Detail
-
ScheduleAgent
public ScheduleAgent(String aValue)
- Parameters:
aValue
- a string representation of a scheduling agent
-
-