Class CallAnswerParameterSet

java.lang.Object
com.microsoft.graph.models.CallAnswerParameterSet

public class CallAnswerParameterSet extends Object
The class for the Call Answer Parameter Set.
  • Field Details

    • callbackUri

      @SerializedName(value="callbackUri", alternate="CallbackUri") @Expose @Nullable public String callbackUri
      The callback Uri.
    • mediaConfig

      @SerializedName(value="mediaConfig", alternate="MediaConfig") @Expose @Nullable public MediaConfig mediaConfig
      The media Config.
    • acceptedModalities

      @SerializedName(value="acceptedModalities", alternate="AcceptedModalities") @Expose @Nullable public List<Modality> acceptedModalities
      The accepted Modalities.
    • participantCapacity

      @SerializedName(value="participantCapacity", alternate="ParticipantCapacity") @Expose @Nullable public Integer participantCapacity
      The participant Capacity.
    • callOptions

      @SerializedName(value="callOptions", alternate="CallOptions") @Expose @Nullable public IncomingCallOptions callOptions
      The call Options.
  • Constructor Details

    • CallAnswerParameterSet

      public CallAnswerParameterSet()
      Instiaciates a new CallAnswerParameterSet
    • CallAnswerParameterSet

      protected CallAnswerParameterSet(@Nonnull CallAnswerParameterSet.CallAnswerParameterSetBuilder builder)
      Instiaciates a new CallAnswerParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details

    • newBuilder

      @Nonnull public static CallAnswerParameterSet.CallAnswerParameterSetBuilder newBuilder()
      Gets a new builder for the body
      Returns:
      a new builder
    • getFunctionOptions

      @Nonnull public List<com.microsoft.graph.options.FunctionOption> getFunctionOptions()
      Gets the functions options from the properties that have been set
      Returns:
      a list of function options for the request