Class EntityQueryItemProperties
java.lang.Object
com.azure.resourcemanager.securityinsights.models.EntityQueryItemProperties
- Direct Known Subclasses:
InsightQueryItemProperties
An properties abstract Query item for entity.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionGet the dataTypes property: Data types for template.Get the entitiesFilter property: The query applied only to entities matching to all filters.Get the inputEntityType property: The type of the entity.Get the requiredInputFieldsSets property: Data types for template.void
validate()
Validates the instance.withDataTypes
(List<EntityQueryItemPropertiesDataTypesItem> dataTypes) Set the dataTypes property: Data types for template.withEntitiesFilter
(Object entitiesFilter) Set the entitiesFilter property: The query applied only to entities matching to all filters.withInputEntityType
(EntityType inputEntityType) Set the inputEntityType property: The type of the entity.withRequiredInputFieldsSets
(List<List<String>> requiredInputFieldsSets) Set the requiredInputFieldsSets property: Data types for template.
-
Constructor Details
-
EntityQueryItemProperties
public EntityQueryItemProperties()
-
-
Method Details
-
dataTypes
Get the dataTypes property: Data types for template.- Returns:
- the dataTypes value.
-
withDataTypes
public EntityQueryItemProperties withDataTypes(List<EntityQueryItemPropertiesDataTypesItem> dataTypes) Set the dataTypes property: Data types for template.- Parameters:
dataTypes
- the dataTypes value to set.- Returns:
- the EntityQueryItemProperties object itself.
-
inputEntityType
Get the inputEntityType property: The type of the entity.- Returns:
- the inputEntityType value.
-
withInputEntityType
Set the inputEntityType property: The type of the entity.- Parameters:
inputEntityType
- the inputEntityType value to set.- Returns:
- the EntityQueryItemProperties object itself.
-
requiredInputFieldsSets
Get the requiredInputFieldsSets property: Data types for template.- Returns:
- the requiredInputFieldsSets value.
-
withRequiredInputFieldsSets
public EntityQueryItemProperties withRequiredInputFieldsSets(List<List<String>> requiredInputFieldsSets) Set the requiredInputFieldsSets property: Data types for template.- Parameters:
requiredInputFieldsSets
- the requiredInputFieldsSets value to set.- Returns:
- the EntityQueryItemProperties object itself.
-
entitiesFilter
Get the entitiesFilter property: The query applied only to entities matching to all filters.- Returns:
- the entitiesFilter value.
-
withEntitiesFilter
Set the entitiesFilter property: The query applied only to entities matching to all filters.- Parameters:
entitiesFilter
- the entitiesFilter value to set.- Returns:
- the EntityQueryItemProperties object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-