Class QueryRequest

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

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

    • QueryRequest

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

    • createFromDiscriminatorValue

      @Nonnull public static QueryRequest 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 QueryRequest
    • 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>
    • getConcurrentObservations

      @Nullable public Boolean getConcurrentObservations()
      Gets the concurrentObservations property value. The concurrentObservations property
      Returns:
      a Boolean
    • getDistinct

      @Nullable public Boolean getDistinct()
      Gets the distinct property value. The distinct property
      Returns:
      a Boolean
    • 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>>
    • getLimit

      @Nullable public Integer getLimit()
      Gets the limit property value. The limit property
      Returns:
      a Integer
    • getOffset

      @Nullable public Integer getOffset()
      Gets the offset property value. The offset property
      Returns:
      a Integer
    • getOrderBy

      @Nullable public List<String> getOrderBy()
      Gets the orderBy property value. The orderBy property
      Returns:
      a List<String>
    • getRelatedAssociations

      @Nullable public Boolean getRelatedAssociations()
      Gets the relatedAssociations property value. The relatedAssociations property
      Returns:
      a Boolean
    • getSelect

      @Nullable public List<String> getSelect()
      Gets the select property value. The select property
      Returns:
      a List<String>
    • getStrict

      @Nullable public Boolean getStrict()
      Gets the strict property value. The strict property
      Returns:
      a Boolean
    • getWhere

      @Nullable public List<ConstraintRequest> getWhere()
      Gets the where property value. The where property
      Returns:
      a List<ConstraintRequest>
    • 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.
    • setConcurrentObservations

      public void setConcurrentObservations(@Nullable Boolean value)
      Sets the concurrentObservations property value. The concurrentObservations property
      Parameters:
      value - Value to set for the concurrentObservations property.
    • setDistinct

      public void setDistinct(@Nullable Boolean value)
      Sets the distinct property value. The distinct property
      Parameters:
      value - Value to set for the distinct property.
    • setLimit

      public void setLimit(@Nullable Integer value)
      Sets the limit property value. The limit property
      Parameters:
      value - Value to set for the limit property.
    • setOffset

      public void setOffset(@Nullable Integer value)
      Sets the offset property value. The offset property
      Parameters:
      value - Value to set for the offset property.
    • setOrderBy

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

      public void setRelatedAssociations(@Nullable Boolean value)
      Sets the relatedAssociations property value. The relatedAssociations property
      Parameters:
      value - Value to set for the relatedAssociations property.
    • setSelect

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

      public void setStrict(@Nullable Boolean value)
      Sets the strict property value. The strict property
      Parameters:
      value - Value to set for the strict property.
    • setWhere

      public void setWhere(@Nullable List<ConstraintRequest> value)
      Sets the where property value. The where property
      Parameters:
      value - Value to set for the where property.