Class CallTransferParameterSet

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

public class CallTransferParameterSet extends Object
The class for the Call Transfer Parameter Set.
  • Field Details

    • transferTarget

      @SerializedName(value="transferTarget", alternate="TransferTarget") @Expose @Nullable public InvitationParticipantInfo transferTarget
      The transfer Target.
    • transferee

      @SerializedName(value="transferee", alternate="Transferee") @Expose @Nullable public ParticipantInfo transferee
      The transferee.
  • Constructor Details

    • CallTransferParameterSet

      public CallTransferParameterSet()
      Instiaciates a new CallTransferParameterSet
    • CallTransferParameterSet

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

    • newBuilder

      @Nonnull public static CallTransferParameterSet.CallTransferParameterSetBuilder 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