Package org.openapitools.client.models
Class CallParticipantResponse
-
- All Implemented Interfaces:
public final class CallParticipantResponse
-
-
Field Summary
Fields Modifier and Type Field Description private final OffsetDateTimejoinedAtprivate final UserResponseuser
-
Constructor Summary
Constructors Constructor Description CallParticipantResponse(OffsetDateTime joinedAt, UserResponse user)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetJoinedAt()final UserResponsegetUser()-
-
Constructor Detail
-
CallParticipantResponse
CallParticipantResponse(OffsetDateTime joinedAt, UserResponse user)
-
-
Method Detail
-
getJoinedAt
final OffsetDateTime getJoinedAt()
-
getUser
final UserResponse getUser()
-
-
-
-