Uses of Class
jfxtras.icalendarfx.properties.component.misc.RequestStatus
Packages that use RequestStatus
-
Uses of RequestStatus in jfxtras.icalendarfx.components
Fields in jfxtras.icalendarfx.components with type parameters of type RequestStatusMethods in jfxtras.icalendarfx.components that return types with arguments of type RequestStatusModifier and TypeMethodDescriptionVPersonal.getRequestStatus()
REQUEST-STATUS: Request Status RFC 5545 iCalendar 3.8.8.3 page 141 This property defines the status code returned for a scheduling request.Methods in jfxtras.icalendarfx.components with parameters of type RequestStatusMethod parameters in jfxtras.icalendarfx.components with type arguments of type RequestStatusModifier and TypeMethodDescriptionvoid
VPersonal.setRequestStatus
(List<RequestStatus> requestStatus) VPersonal.withRequestStatus
(List<RequestStatus> requestStatus) -
Uses of RequestStatus in jfxtras.icalendarfx.properties.component.misc
Methods in jfxtras.icalendarfx.properties.component.misc that return RequestStatusModifier and TypeMethodDescriptionstatic RequestStatus
RequestStatus.withDescription
(String description) RequestStatus.withException
(String exception) RequestStatus.withStatusCode
(Double statusCode) Constructors in jfxtras.icalendarfx.properties.component.misc with parameters of type RequestStatus