Package com.independentsoft.graph.teams
Class Call
java.lang.Object
com.independentsoft.graph.teams.Call
- All Implemented Interfaces:
ICreatable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getState()voidsetCallbackUri(String callbackUri)voidsetDirection(CallDirection direction)voidsetMediaConfig(MediaConfig mediaConfig)voidsetSource(ParticipantInfo source)voidsetSubject(String subject)voidsetTenantId(String tenantId)Converts this object to its JSON representation for creation.toString()
-
Constructor Details
-
Call
public Call() -
Call
-
-
Method Details
-
toString
-
getId
-
getCallbackUri
-
setCallbackUri
-
getCallChainId
-
getDirection
-
setDirection
-
getMediaConfig
-
setMediaConfig
-
getMediaState
-
getMyParticipantId
-
getRequestedModalities
-
getResultInfo
-
getSource
-
setSource
-
getState
-
getSubject
-
setSubject
-
getTargets
-
getTenantId
-
setTenantId
-
getParticipants
-
toCreateJson
Description copied from interface:ICreatableConverts this object to its JSON representation for creation.This method generates a JSON string containing all properties needed to create a new instance of this resource in Microsoft Graph. Only properties appropriate for creation should be included (e.g., excluding read-only properties like ID, createdTime, etc.).
- Specified by:
toCreateJsonin interfaceICreatable- Returns:
- JSON string representation for creating this resource
-