Class Method

All Implemented Interfaces:
VProperty<Method.MethodType>, VChild, VElement, VParent

public class Method extends VPropertyBase<Method.MethodType, Method> implements VElement
METHOD RFC 5545, 3.7.2, page 77 This property defines the iCalendar object method associated with the calendar object. No methods are defined by this specification. This is the subject of other specifications, such as the iCalendar Transport- independent Interoperability Protocol (iTIP) defined by [2446bis] Example: METHOD:PUBLISH
Author:
David Bal
See Also:
  • Constructor Details

    • Method

      public Method(Method source)
    • Method

      public Method(Method.MethodType methodType)
    • Method

      public Method()
  • Method Details