Package org.openapitools.client.models
Class CallSessionResponse
-
- All Implemented Interfaces:
public final class CallSessionResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final Map<String, OffsetDateTime>acceptedByprivate final Stringidprivate final List<CallParticipantResponse>participantsprivate final Map<String, Integer>participantsCountByRoleprivate final Map<String, OffsetDateTime>rejectedByprivate final OffsetDateTimeendedAtprivate final OffsetDateTimestartedAt
-
Method Summary
Modifier and Type Method Description final Map<String, OffsetDateTime>getAcceptedBy()final StringgetId()final List<CallParticipantResponse>getParticipants()final Map<String, Integer>getParticipantsCountByRole()final Map<String, OffsetDateTime>getRejectedBy()final OffsetDateTimegetEndedAt()final OffsetDateTimegetStartedAt()-
-
Method Detail
-
getAcceptedBy
final Map<String, OffsetDateTime> getAcceptedBy()
-
getParticipants
final List<CallParticipantResponse> getParticipants()
-
getParticipantsCountByRole
final Map<String, Integer> getParticipantsCountByRole()
-
getRejectedBy
final Map<String, OffsetDateTime> getRejectedBy()
-
getEndedAt
final OffsetDateTime getEndedAt()
-
getStartedAt
final OffsetDateTime getStartedAt()
-
-
-
-