Class AppointmentDTOListWrapper
- java.lang.Object
-
- org.apache.openmeetings.webservice.schema.AppointmentDTOListWrapper
-
public class AppointmentDTOListWrapper extends Object
- Author:
- Sebastian.wagner Provide the correct schema response including the wrapping root element + add example response. See https://issues.apache.org/jira/browse/OPENMEETINGS-2667
-
-
Constructor Summary
Constructors Constructor Description AppointmentDTOListWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<AppointmentDTO>getAppointmentDTO()voidsetAppointmentDTO(List<AppointmentDTO> appointmentDTO)
-
-
-
Method Detail
-
getAppointmentDTO
public List<AppointmentDTO> getAppointmentDTO()
-
setAppointmentDTO
public void setAppointmentDTO(List<AppointmentDTO> appointmentDTO)
-
-