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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic QueryRequest
createFromDiscriminatorValue
(com.microsoft.kiota.serialization.ParseNode parseNode) Creates a new instance of the appropriate class based on discriminator valueGets the AdditionalData property value.Gets the concurrentObservations property value.Gets the distinct property value.The deserialization information for the current modelgetLimit()
Gets the limit property value.Gets the offset property value.Gets the orderBy property value.Gets the relatedAssociations property value.Gets the select property value.Gets the strict property value.getWhere()
Gets the where property value.void
serialize
(com.microsoft.kiota.serialization.SerializationWriter writer) Serializes information the current objectvoid
setAdditionalData
(Map<String, Object> value) Sets the AdditionalData property value.void
setConcurrentObservations
(Boolean value) Sets the concurrentObservations property value.void
setDistinct
(Boolean value) Sets the distinct property value.void
Sets the limit property value.void
Sets the offset property value.void
setOrderBy
(List<String> value) Sets the orderBy property value.void
setRelatedAssociations
(Boolean value) Sets the relatedAssociations property value.void
Sets the select property value.void
Sets the strict property value.void
setWhere
(List<ConstraintRequest> value) Sets the where property value.
-
Constructor Details
-
QueryRequest
public QueryRequest()Instantiates a newQueryRequest
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
Gets the AdditionalData property value. Stores additional data not described in the OpenAPI description found when deserializing. Can be used for serialization as well. -
getConcurrentObservations
-
getDistinct
-
getFieldDeserializers
-
getLimit
-
getOffset
-
getOrderBy
-
getRelatedAssociations
-
getSelect
-
getStrict
-
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 interfacecom.microsoft.kiota.serialization.Parsable
- Parameters:
writer
- Serialization writer to use to serialize this model
-
setAdditionalData
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
Sets the concurrentObservations property value. The concurrentObservations property- Parameters:
value
- Value to set for the concurrentObservations property.
-
setDistinct
Sets the distinct property value. The distinct property- Parameters:
value
- Value to set for the distinct property.
-
setLimit
Sets the limit property value. The limit property- Parameters:
value
- Value to set for the limit property.
-
setOffset
Sets the offset property value. The offset property- Parameters:
value
- Value to set for the offset property.
-
setOrderBy
-
setRelatedAssociations
Sets the relatedAssociations property value. The relatedAssociations property- Parameters:
value
- Value to set for the relatedAssociations property.
-
setSelect
-
setStrict
Sets the strict property value. The strict property- Parameters:
value
- Value to set for the strict property.
-
setWhere
Sets the where property value. The where property- Parameters:
value
- Value to set for the where property.
-