Class CallOptions

java.lang.Object
com.microsoft.graph.models.CallOptions
All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
Direct Known Subclasses:
IncomingCallOptions, OutgoingCallOptions

public class CallOptions extends Object implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Call Options.
  • Field Details

    • oDataType

      @SerializedName("@odata.type") @Expose @Nullable public String oDataType
      the OData type of the object as returned by the service
    • hideBotAfterEscalation

      @SerializedName(value="hideBotAfterEscalation", alternate="HideBotAfterEscalation") @Expose @Nullable public Boolean hideBotAfterEscalation
      The 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 isContentSharingNotificationEnabled
      The 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:
      additionalDataManager in interface com.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:
      setRawObject in interface com.microsoft.graph.serializer.IJsonBackedObject
      Parameters:
      serializer - the serializer
      json - the JSON object to set this object to