Class AttendeeUpdate
- java.lang.Object
-
- net.fortuna.ical4j.transform.command.AttendeeUpdate
-
- All Implemented Interfaces:
Function<Component,Component>
,UnaryOperator<Component>
,Transformer<Component>
public class AttendeeUpdate extends Object implements Transformer<Component>
-
-
Constructor Summary
Constructors Constructor Description AttendeeUpdate(Attendee attendee)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Component
transform(Component object)
Transforms the specified calendar object according to the implementation of this method.-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.fortuna.ical4j.transform.Transformer
apply
-
-
-
-
Constructor Detail
-
AttendeeUpdate
public AttendeeUpdate(Attendee attendee)
-
-
Method Detail
-
transform
public Component transform(Component object)
Description copied from interface:Transformer
Transforms the specified calendar object according to the implementation of this method.- Specified by:
transform
in interfaceTransformer<Component>
- Parameters:
object
- a calendar object to transform- Returns:
- a transformed calendar object
-
-