Uses of Class
odata.msgraph.client.beta.entity.Call
-
Packages that use Call Package Description odata.msgraph.client.beta.entity -
-
Uses of Call in odata.msgraph.client.beta.entity
Methods in odata.msgraph.client.beta.entity that return Call Modifier and Type Method Description CallCall.Builder. build()CallCall. patch()Submits only changed fields for update and returns an immutable copy ofthiswith changed fields reset.CallCall. put()Submits all fields for update and returns an immutable copy ofthiswith changed fields reset (they were ignored anyway).CallCall. withActiveModalities(List<Modality> activeModalities)CallCall. withAnsweredBy(ParticipantInfo answeredBy)CallCall. withCallbackUri(String callbackUri)CallCall. withCallChainId(String callChainId)CallCall. withCallOptions(CallOptions callOptions)CallCall. withCallRoutes(List<CallRoute> callRoutes)CallCall. withChatInfo(ChatInfo chatInfo)CallCall. withDirection(CallDirection direction)CallCall. withIncomingContext(IncomingContext incomingContext)CallCall. withMediaConfig(MediaConfig mediaConfig)CallCall. withMediaState(CallMediaState mediaState)CallCall. withMeetingCapability(MeetingCapability meetingCapability)CallCall. withMeetingInfo(MeetingInfo meetingInfo)CallCall. withMyParticipantId(String myParticipantId)CallCall. withRequestedModalities(List<Modality> requestedModalities)CallCall. withResultInfo(ResultInfo resultInfo)CallCall. withRingingTimeoutInSeconds(Integer ringingTimeoutInSeconds)CallCall. withRoutingPolicies(List<RoutingPolicy> routingPolicies)CallCall. withSource(ParticipantInfo source)CallCall. withState(CallState state)CallCall. withSubject(String subject)CallCall. withTargets(List<InvitationParticipantInfo> targets)CallCall. withTenantId(String tenantId)CallCall. withTerminationReason(String terminationReason)CallCall. withToneInfo(ToneInfo toneInfo)CallCall. withTranscription(CallTranscriptionInfo transcription)CallCall. withUnmappedField(String name, String value)
-