public class PollEntityDTO extends Object implements PollEntity
| Modifier and Type | Class and Description |
|---|---|
static class |
PollEntityDTO.OptionDTO |
PollEntity.Option| Constructor and Description |
|---|
PollEntityDTO(PollEntity pollEntity) |
| Modifier and Type | Method and Description |
|---|---|
int |
getDurationMinutes() |
Instant |
getEndTimestamp() |
List<? extends PollEntity.Option> |
getOptions() |
public PollEntityDTO(PollEntity pollEntity)
public List<? extends PollEntity.Option> getOptions()
getOptions in interface PollEntitypublic Instant getEndTimestamp()
getEndTimestamp in interface PollEntitypublic int getDurationMinutes()
getDurationMinutes in interface PollEntityCopyright © 2019 FJOBI Labs Softwareentwicklung - Felix Jordan. All rights reserved.