Package de.xima.fc.placeholder
Class AppointmentDescriptionBuilder
- java.lang.Object
-
- de.xima.fc.placeholder.AppointmentDescriptionBuilder
-
public class AppointmentDescriptionBuilder extends Object
Helper class for building descriptions of the appointments- Since:
- 6.5.0
- Author:
- XIMA MEDIA GmbH
-
-
Constructor Summary
Constructors Constructor Description AppointmentDescriptionBuilder(Vorgang formRecord, String baseUrl)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
build()
AppointmentDescriptionBuilder
withLinkTypes(List<EAppointmentLinkType> linkTypes)
AppointmentDescriptionBuilder
withLocale(Locale locale)
-
-
-
Method Detail
-
withLinkTypes
public AppointmentDescriptionBuilder withLinkTypes(List<EAppointmentLinkType> linkTypes)
-
withLocale
public AppointmentDescriptionBuilder withLocale(Locale locale)
-
build
public String build()
-
-