Class ConstraintRequest

java.lang.Object
org.mbari.vars.annosaurus.sdk.kiota.models.ConstraintRequest
All Implemented Interfaces:
com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable

@Generated("com.microsoft.kiota") public class ConstraintRequest extends Object implements com.microsoft.kiota.serialization.AdditionalDataHolder, com.microsoft.kiota.serialization.Parsable
  • Constructor Details

    • ConstraintRequest

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

    • createFromDiscriminatorValue

      @Nonnull public static ConstraintRequest 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 ConstraintRequest
    • 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>
    • getBetween

      @Nullable public List<String> getBetween()
      Gets the between property value. The between property
      Returns:
      a List<String>
    • getColumn

      @Nullable public String getColumn()
      Gets the column property value. The column property
      Returns:
      a String
    • getContains

      @Nullable public String getContains()
      Gets the contains property value. The contains property
      Returns:
      a String
    • getEquals

      @Nullable public String getEquals()
      Gets the equals property value. The equals property
      Returns:
      a String
    • 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>>
    • getIn

      @Nullable public List<String> getIn()
      Gets the in property value. The in property
      Returns:
      a List<String>
    • getIsnull

      @Nullable public Boolean getIsnull()
      Gets the isnull property value. The isnull property
      Returns:
      a Boolean
    • getLike

      @Nullable public String getLike()
      Gets the like property value. The like property
      Returns:
      a String
    • getMax

      @Nullable public Double getMax()
      Gets the max property value. The max property
      Returns:
      a Double
    • getMin

      @Nullable public Double getMin()
      Gets the min property value. The min property
      Returns:
      a Double
    • getMinmax

      @Nullable public List<Double> getMinmax()
      Gets the minmax property value. The minmax property
      Returns:
      a List<Double>
    • 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
    • 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.
    • setBetween

      public void setBetween(@Nullable List<String> value)
      Sets the between property value. The between property
      Parameters:
      value - Value to set for the between property.
    • setColumn

      public void setColumn(@Nullable String value)
      Sets the column property value. The column property
      Parameters:
      value - Value to set for the column property.
    • setContains

      public void setContains(@Nullable String value)
      Sets the contains property value. The contains property
      Parameters:
      value - Value to set for the contains property.
    • setEquals

      public void setEquals(@Nullable String value)
      Sets the equals property value. The equals property
      Parameters:
      value - Value to set for the equals property.
    • setIn

      public void setIn(@Nullable List<String> value)
      Sets the in property value. The in property
      Parameters:
      value - Value to set for the in property.
    • setIsnull

      public void setIsnull(@Nullable Boolean value)
      Sets the isnull property value. The isnull property
      Parameters:
      value - Value to set for the isnull property.
    • setLike

      public void setLike(@Nullable String value)
      Sets the like property value. The like property
      Parameters:
      value - Value to set for the like property.
    • setMax

      public void setMax(@Nullable Double value)
      Sets the max property value. The max property
      Parameters:
      value - Value to set for the max property.
    • setMin

      public void setMin(@Nullable Double value)
      Sets the min property value. The min property
      Parameters:
      value - Value to set for the min property.
    • setMinmax

      public void setMinmax(@Nullable List<Double> value)
      Sets the minmax property value. The minmax property
      Parameters:
      value - Value to set for the minmax property.