Class AppointmentResource
- java.lang.Object
-
- de.xima.fc.api.rest.models.response.AppointmentResource
-
- All Implemented Interfaces:
IResource
,IUuidResource
,Serializable
public class AppointmentResource extends Object
Resource of an appointment- Since:
- 8.2.0
- Author:
- XIMA MEDIA GmbH, Dresden
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AppointmentResource(Appointment entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getDescription()
Instant
getInstantFrom()
Instant
getInstantUntil()
Map<String,String>
getLinks()
String
getName()
UUID
getUuid()
-
-
-
Constructor Detail
-
AppointmentResource
public AppointmentResource(Appointment entity, javax.ws.rs.core.UriInfo uriInfo, Locale locale)
-
-