Uses of Class
org.bedework.calfacade.BwRequestStatus
Packages that use BwRequestStatus
-
Uses of BwRequestStatus in org.bedework.calfacade
Methods in org.bedework.calfacade that return BwRequestStatusModifier and TypeMethodDescriptionstatic BwRequestStatusBwRequestStatus.fromRequestStatus(net.fortuna.ical4j.model.property.RequestStatus val) Methods in org.bedework.calfacade that return types with arguments of type BwRequestStatusModifier and TypeMethodDescriptionBwEvent.cloneRequestStatuses()Return a clone of the SetBwEvent.getRequestStatuses()Get the requestStatusBwEventProxy.getRequestStatuses()Methods in org.bedework.calfacade with parameters of type BwRequestStatusModifier and TypeMethodDescriptionvoidBwEvent.addRequestStatus(BwRequestStatus val) intBwRequestStatus.compareTo(BwRequestStatus that) booleanBwEvent.removeRequestStatus(BwRequestStatus val) booleanBwRequestStatus.update(BwRequestStatus from) Figure out what's different and update it.Method parameters in org.bedework.calfacade with type arguments of type BwRequestStatusModifier and TypeMethodDescriptionvoidBwEvent.setRequestStatuses(Set<BwRequestStatus> val) Set the requestStatusvoidBwEventProxy.setRequestStatuses(Set<BwRequestStatus> val) -
Uses of BwRequestStatus in org.bedework.calfacade.wrappers
Methods in org.bedework.calfacade.wrappers that return types with arguments of type BwRequestStatusModifier and TypeMethodDescriptionBwEventNewWrapper.cloneRequestStatuses()BwEventNewWrapper.getRequestStatuses()Methods in org.bedework.calfacade.wrappers with parameters of type BwRequestStatusModifier and TypeMethodDescriptionvoidBwEventNewWrapper.addRequestStatus(BwRequestStatus val) booleanBwEventNewWrapper.removeRequestStatus(BwRequestStatus val) Method parameters in org.bedework.calfacade.wrappers with type arguments of type BwRequestStatusModifier and TypeMethodDescriptionvoidBwEventNewWrapper.setRequestStatuses(Set<BwRequestStatus> val)