Class RecordingDTOListWrapper
- java.lang.Object
-
- org.apache.openmeetings.webservice.schema.RecordingDTOListWrapper
-
public class RecordingDTOListWrapper 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 RecordingDTOListWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<RecordingDTO>getRecordingDTO()voidsetRecordingDTO(List<RecordingDTO> recordingDTO)
-
-
-
Method Detail
-
getRecordingDTO
public List<RecordingDTO> getRecordingDTO()
-
setRecordingDTO
public void setRecordingDTO(List<RecordingDTO> recordingDTO)
-
-