Class HuntingQueryResults
java.lang.Object
com.microsoft.graph.security.models.HuntingQueryResults
- All Implemented Interfaces:
com.microsoft.graph.serializer.IJsonBackedObject
public class HuntingQueryResults
extends Object
implements com.microsoft.graph.serializer.IJsonBackedObject
The class for the Hunting Query Results.
-
Field Summary
FieldsModifier and TypeFieldDescriptionthe OData type of the object as returned by the serviceThe Results.The Schema. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal com.microsoft.graph.serializer.AdditionalDataManagervoidsetRawObject(com.microsoft.graph.serializer.ISerializer serializer, com.google.gson.JsonObject json) Sets the raw JSON object
-
Field Details
-
oDataType
the OData type of the object as returned by the service -
results
@SerializedName(value="results", alternate="Results") @Expose @Nullable public List<HuntingRowResult> resultsThe Results. The results of the hunting query. -
schema
@SerializedName(value="schema", alternate="Schema") @Expose @Nullable public List<SinglePropertySchema> schemaThe Schema. The schema for the response.
-
-
Constructor Details
-
HuntingQueryResults
public HuntingQueryResults()
-
-
Method Details
-
additionalDataManager
@Nonnull public final com.microsoft.graph.serializer.AdditionalDataManager additionalDataManager()- Specified by:
additionalDataManagerin interfacecom.microsoft.graph.serializer.IJsonBackedObject
-
setRawObject
public void setRawObject(@Nonnull com.microsoft.graph.serializer.ISerializer serializer, @Nonnull com.google.gson.JsonObject json) Sets the raw JSON object- Specified by:
setRawObjectin interfacecom.microsoft.graph.serializer.IJsonBackedObject- Parameters:
serializer- the serializerjson- the JSON object to set this object to
-