Class CallRejectParameterSet

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

public class CallRejectParameterSet extends Object
The class for the Call Reject Parameter Set.
  • Field Details

    • reason

      @SerializedName(value="reason", alternate="Reason") @Expose @Nullable public RejectReason reason
      The reason.
    • callbackUri

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

    • CallRejectParameterSet

      public CallRejectParameterSet()
      Instiaciates a new CallRejectParameterSet
    • CallRejectParameterSet

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

    • newBuilder

      @Nonnull public static CallRejectParameterSet.CallRejectParameterSetBuilder 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