Class CallRedirectParameterSet

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

public class CallRedirectParameterSet extends Object
The class for the Call Redirect Parameter Set.
  • Field Details

    • targets

      @SerializedName(value="targets", alternate="Targets") @Expose @Nullable public List<InvitationParticipantInfo> targets
      The targets.
    • timeout

      @SerializedName(value="timeout", alternate="Timeout") @Expose @Nullable public Integer timeout
      The timeout.
    • callbackUri

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

    • CallRedirectParameterSet

      public CallRedirectParameterSet()
      Instiaciates a new CallRedirectParameterSet
    • CallRedirectParameterSet

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

    • newBuilder

      @Nonnull public static CallRedirectParameterSet.CallRedirectParameterSetBuilder 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