Uses of Class
odata.msgraph.client.entity.CallTranscript
-
Packages that use CallTranscript Package Description odata.msgraph.client.entity -
-
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. withCreatedDateTime(OffsetDateTime createdDateTime)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)
-