Package org.openapitools.client.models
Class CallResponse
-
- All Implemented Interfaces:
public final class CallResponseRepresents a call
-
-
Field Summary
Fields Modifier and Type Field Description private final Booleanbackstageprivate final List<String>blockedUserIdsprivate final Stringcidprivate final OffsetDateTimecreatedAtprivate final UserResponsecreatedByprivate final StringcurrentSessionIdprivate final Map<String, Object>customprivate final EgressResponseegressprivate final Stringidprivate final CallIngressResponseingressprivate final Booleanrecordingprivate final CallSettingsResponsesettingsprivate final Booleantranscribingprivate final Stringtypeprivate final OffsetDateTimeupdatedAtprivate final OffsetDateTimeendedAtprivate final CallSessionResponsesessionprivate final OffsetDateTimestartsAtprivate final Stringteamprivate final ThumbnailResponsethumbnails
-
Constructor Summary
Constructors Constructor Description CallResponse(Boolean backstage, List<String> blockedUserIds, String cid, OffsetDateTime createdAt, UserResponse createdBy, String currentSessionId, Map<String, Object> custom, EgressResponse egress, String id, CallIngressResponse ingress, Boolean recording, CallSettingsResponse settings, Boolean transcribing, String type, OffsetDateTime updatedAt, OffsetDateTime endedAt, CallSessionResponse session, OffsetDateTime startsAt, String team, ThumbnailResponse thumbnails)
-
Method Summary
Modifier and Type Method Description final BooleangetBackstage()final List<String>getBlockedUserIds()final StringgetCid()final OffsetDateTimegetCreatedAt()final UserResponsegetCreatedBy()final StringgetCurrentSessionId()final Map<String, Object>getCustom()final EgressResponsegetEgress()final StringgetId()final CallIngressResponsegetIngress()final BooleangetRecording()final CallSettingsResponsegetSettings()final BooleangetTranscribing()final StringgetType()final OffsetDateTimegetUpdatedAt()final OffsetDateTimegetEndedAt()final CallSessionResponsegetSession()final OffsetDateTimegetStartsAt()final StringgetTeam()final ThumbnailResponsegetThumbnails()-
-
Constructor Detail
-
CallResponse
CallResponse(Boolean backstage, List<String> blockedUserIds, String cid, OffsetDateTime createdAt, UserResponse createdBy, String currentSessionId, Map<String, Object> custom, EgressResponse egress, String id, CallIngressResponse ingress, Boolean recording, CallSettingsResponse settings, Boolean transcribing, String type, OffsetDateTime updatedAt, OffsetDateTime endedAt, CallSessionResponse session, OffsetDateTime startsAt, String team, ThumbnailResponse thumbnails)
- Parameters:
cid- The unique identifier for a call (<type>:<id>)createdAt- Date/time of creationcustom- Custom data for this objectid- Call IDtype- The type of callupdatedAt- Date/time of the last updateendedAt- Date/time when the call endedstartsAt- Date/time when the call will start
-
-
Method Detail
-
getBackstage
final Boolean getBackstage()
-
getBlockedUserIds
final List<String> getBlockedUserIds()
-
getCreatedAt
final OffsetDateTime getCreatedAt()
-
getCreatedBy
final UserResponse getCreatedBy()
-
getCurrentSessionId
final String getCurrentSessionId()
-
getEgress
final EgressResponse getEgress()
-
getIngress
final CallIngressResponse getIngress()
-
getRecording
final Boolean getRecording()
-
getSettings
final CallSettingsResponse getSettings()
-
getTranscribing
final Boolean getTranscribing()
-
getUpdatedAt
final OffsetDateTime getUpdatedAt()
-
getEndedAt
final OffsetDateTime getEndedAt()
-
getSession
final CallSessionResponse getSession()
-
getStartsAt
final OffsetDateTime getStartsAt()
-
getThumbnails
final ThumbnailResponse getThumbnails()
-
-
-
-