Uses of Class
biweekly.property.RequestStatus

Packages that use RequestStatus
biweekly.component   
biweekly.property.marshaller   
 

Uses of RequestStatus in biweekly.component
 

Methods in biweekly.component that return RequestStatus
 RequestStatus VTodo.getRequestStatus()
          Gets the response to a scheduling request.
 RequestStatus VJournal.getRequestStatus()
          Gets the response to a scheduling request.
 RequestStatus VFreeBusy.getRequestStatus()
          Gets the response to a scheduling request.
 RequestStatus VEvent.getRequestStatus()
          Gets the response to a scheduling request.
 

Methods in biweekly.component with parameters of type RequestStatus
 void VTodo.setRequestStatus(RequestStatus requestStatus)
          Sets the response to a scheduling request.
 void VJournal.setRequestStatus(RequestStatus requestStatus)
          Sets the response to a scheduling request.
 void VFreeBusy.setRequestStatus(RequestStatus requestStatus)
          Sets the response to a scheduling request.
 void VEvent.setRequestStatus(RequestStatus requestStatus)
          Sets the response to a scheduling request.
 

Uses of RequestStatus in biweekly.property.marshaller
 

Methods in biweekly.property.marshaller that return RequestStatus
protected  RequestStatus RequestStatusMarshaller._parseJson(JCalValue value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RequestStatus RequestStatusMarshaller._parseText(String value, ICalDataType dataType, ICalParameters parameters, List<String> warnings)
           
protected  RequestStatus RequestStatusMarshaller._parseXml(XCalElement element, ICalParameters parameters, List<String> warnings)
           
 

Methods in biweekly.property.marshaller with parameters of type RequestStatus
protected  JCalValue RequestStatusMarshaller._writeJson(RequestStatus property)
           
protected  String RequestStatusMarshaller._writeText(RequestStatus property)
           
protected  void RequestStatusMarshaller._writeXml(RequestStatus property, XCalElement element)
           
 



Copyright © 2013 Michael Angstadt. All Rights Reserved.