public class Method extends TextProperty
Specifies the value of the "Content-Type" header's "method" parameter if the iCalendar object is defined as a MIME message entity.
Code sample:
ICalendar ical = new ICalendar(); Method method = new Method("value"); ical.setMethod(method);
value
parameters
Constructor and Description |
---|
Method(String value)
Creates a new method property.
|
getValue, getValue, setValue, validate
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.