Class AnswerPostRequestBody

java.lang.Object
com.microsoft.graph.communications.calls.item.answer.AnswerPostRequestBody
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable, com.microsoft.kiota.store.BackedModel

@Generated("com.microsoft.kiota") public class AnswerPostRequestBody extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.store.BackedModel, com.microsoft.kiota.serialization.Parsable
  • Field Details

    • backingStore

      @Nonnull protected com.microsoft.kiota.store.BackingStore backingStore
      Stores model information.
  • Constructor Details

    • AnswerPostRequestBody

      public AnswerPostRequestBody()
      Instantiates a new AnswerPostRequestBody and sets the default values.
  • Method Details

    • createFromDiscriminatorValue

      @Nonnull public static AnswerPostRequestBody createFromDiscriminatorValue(@Nonnull com.microsoft.kiota.serialization.ParseNode parseNode)
      Creates a new instance of the appropriate class based on discriminator value
      Parameters:
      parseNode - The parse node to use to read the discriminator value and create the object
      Returns:
      a AnswerPostRequestBody
    • getAcceptedModalities

      @Nullable public List<Modality> getAcceptedModalities()
      Gets the acceptedModalities property value. The acceptedModalities property
      Returns:
      a List<Modality>
    • getAdditionalData

      @Nonnull public Map<String,Object> getAdditionalData()
      Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Specified by:
      getAdditionalData in interface com.microsoft.kiota.serialization.AdditionalDataHolder
      Returns:
      a Map<String,Object>
    • getBackingStore

      @Nonnull public com.microsoft.kiota.store.BackingStore getBackingStore()
      Gets the backingStore property value. Stores model information.
      Specified by:
      getBackingStore in interface com.microsoft.kiota.store.BackedModel
      Returns:
      a BackingStore
    • getCallbackUri

      @Nullable public String getCallbackUri()
      Gets the callbackUri property value. The callbackUri property
      Returns:
      a String
    • getCallOptions

      @Nullable public IncomingCallOptions getCallOptions()
      Gets the callOptions property value. The callOptions property
      Returns:
      a IncomingCallOptions
    • getFieldDeserializers

      @Nonnull public Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>> getFieldDeserializers()
      The deserialization information for the current model
      Specified by:
      getFieldDeserializers in interface com.microsoft.kiota.serialization.Parsable
      Returns:
      a Map<String,Consumer<com.microsoft.kiota.serialization.ParseNode>>
    • getMediaConfig

      @Nullable public MediaConfig getMediaConfig()
      Gets the mediaConfig property value. The mediaConfig property
      Returns:
      a MediaConfig
    • getParticipantCapacity

      @Nullable public Integer getParticipantCapacity()
      Gets the participantCapacity property value. The participantCapacity property
      Returns:
      a Integer
    • serialize

      public void serialize(@Nonnull com.microsoft.kiota.serialization.SerializationWriter writer)
      Serializes information the current object
      Specified by:
      serialize in interface com.microsoft.kiota.serialization.Parsable
      Parameters:
      writer - Serialization writer to use to serialize this model
    • setAcceptedModalities

      public void setAcceptedModalities(@Nullable List<Modality> value)
      Sets the acceptedModalities property value. The acceptedModalities property
      Parameters:
      value - Value to set for the acceptedModalities property.
    • setAdditionalData

      public void setAdditionalData(@Nullable Map<String,Object> value)
      Sets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well.
      Parameters:
      value - Value to set for the AdditionalData property.
    • setBackingStore

      public void setBackingStore(@Nonnull com.microsoft.kiota.store.BackingStore value)
      Sets the backingStore property value. Stores model information.
      Parameters:
      value - Value to set for the backingStore property.
    • setCallbackUri

      public void setCallbackUri(@Nullable String value)
      Sets the callbackUri property value. The callbackUri property
      Parameters:
      value - Value to set for the callbackUri property.
    • setCallOptions

      public void setCallOptions(@Nullable IncomingCallOptions value)
      Sets the callOptions property value. The callOptions property
      Parameters:
      value - Value to set for the callOptions property.
    • setMediaConfig

      public void setMediaConfig(@Nullable MediaConfig value)
      Sets the mediaConfig property value. The mediaConfig property
      Parameters:
      value - Value to set for the mediaConfig property.
    • setParticipantCapacity

      public void setParticipantCapacity(@Nullable Integer value)
      Sets the participantCapacity property value. The participantCapacity property
      Parameters:
      value - Value to set for the participantCapacity property.