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 Stringroleprivate final UserResponseuserprivate final StringuserSessionId
-
Constructor Summary
Constructors Constructor Description CallParticipantResponse(OffsetDateTime joinedAt, String role, UserResponse user, String userSessionId)
-
Method Summary
Modifier and Type Method Description final OffsetDateTimegetJoinedAt()final StringgetRole()final UserResponsegetUser()final StringgetUserSessionId()-
-
Constructor Detail
-
CallParticipantResponse
CallParticipantResponse(OffsetDateTime joinedAt, String role, UserResponse user, String userSessionId)
-
-
Method Detail
-
getJoinedAt
final OffsetDateTime getJoinedAt()
-
getUser
final UserResponse getUser()
-
getUserSessionId
final String getUserSessionId()
-
-
-
-