Uses of Class
odata.msgraph.client.entity.CallTranscript
-
Packages that use CallTranscript Package Description odata.msgraph.client.entity odata.msgraph.client.entity.collection.request -
-
Uses of CallTranscript in odata.msgraph.client.entity
Fields in odata.msgraph.client.entity with type parameters of type CallTranscript Modifier and Type Field Description protected List<CallTranscript>OnlineMeeting. transcriptsMethods in odata.msgraph.client.entity that return CallTranscript Modifier and Type Method Description CallTranscriptCallTranscript.Builder. build()CallTranscriptCallTranscript. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CallTranscriptCallTranscript. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CallTranscriptCallTranscript. withCallId(String callId)CallTranscriptCallTranscript. withContentCorrelationId(String contentCorrelationId)CallTranscriptCallTranscript. withCreatedDateTime(OffsetDateTime createdDateTime)CallTranscriptCallTranscript. withEndDateTime(OffsetDateTime endDateTime)CallTranscriptCallTranscript. withMeetingId(String meetingId)CallTranscriptCallTranscript. withMeetingOrganizer(IdentitySet meetingOrganizer)CallTranscriptCallTranscript. withTranscriptContentUrl(String transcriptContentUrl)CallTranscriptCallTranscript. withUnmappedField(String name, Object value)Methods in odata.msgraph.client.entity with parameters of type CallTranscript Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. transcripts(CallTranscript... transcripts)Method parameters in odata.msgraph.client.entity with type arguments of type CallTranscript Modifier and Type Method Description OnlineMeeting.BuilderOnlineMeeting.Builder. transcripts(List<CallTranscript> transcripts)OnlineMeetingOnlineMeeting. withTranscripts(List<CallTranscript> transcripts) -
Uses of CallTranscript in odata.msgraph.client.entity.collection.request
Methods in odata.msgraph.client.entity.collection.request that return types with arguments of type CallTranscript Modifier and Type Method Description com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CallTranscript>CallTranscriptCollectionRequest. delta()com.github.davidmoten.odata.client.CollectionPageNonEntityRequest<CallTranscript>OnlineMeetingCollectionRequest. getAllTranscripts(String meetingOrganizerUserId, OffsetDateTime startDateTime, OffsetDateTime endDateTime)
-