Package com.microsoft.graph.models
Class CallOptions
java.lang.Object
com.microsoft.graph.models.CallOptions
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
- Direct Known Subclasses:
IncomingCallOptions,OutgoingCallOptions
The class for the Call Options.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe Hide Bot After Escalation.The Is Content Sharing Notification Enabled.the OData type of the object as returned by the service -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
hideBotAfterEscalation
@SerializedName(value="hideBotAfterEscalation", alternate="HideBotAfterEscalation") @Expose @Nullable public Boolean hideBotAfterEscalationThe Hide Bot After Escalation. Indicates whether to hide the app after the call is escalated. -
isContentSharingNotificationEnabled
@SerializedName(value="isContentSharingNotificationEnabled", alternate="IsContentSharingNotificationEnabled") @Expose @Nullable public Boolean isContentSharingNotificationEnabledThe Is Content Sharing Notification Enabled. Indicates whether content sharing notifications should be enabled for the call.
-
-
Constructor Details
-
CallOptions
public CallOptions()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-