Package com.atlan.model.mesh
Class DataProductAssetsDSL
java.lang.Object
com.atlan.model.core.AtlanObject
com.atlan.model.mesh.DataProductAssetsDSL
- All Implemented Interfaces:
Serializable
Class from which to configure the assets that should be selected for a data product.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classDataProductAssetsDSL.DataProductAssetsDSLBuilder<C extends DataProductAssetsDSL,B extends DataProductAssetsDSL.DataProductAssetsDSLBuilder<C, B>> Nested classes/interfaces inherited from class com.atlan.model.core.AtlanObject
AtlanObject.AtlanObjectBuilder<C extends AtlanObject,B extends AtlanObject.AtlanObjectBuilder<C, B>> -
Field Summary
Fields inherited from class com.atlan.model.core.AtlanObject
rawJsonObject -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotected -
Method Summary
Modifier and TypeMethodDescriptionstatic DataProductAssetsDSL.DataProductAssetsDSLBuilder<?, ?> static DataProductAssetsDSL.DataProductAssetsDSLBuilder<?, ?> builder(co.elastic.clients.elasticsearch._types.query_dsl.Query query) Build a search using the provided query and default options.static DataProductAssetsDSL.DataProductAssetsDSLBuilder<?, ?> builder(IndexSearchDSL dsl) Build a search using the provided index search DSL and default options.protected booleanbooleanWhether or not to filter scrubbed records.getQuery()Parameters for the search itself.inthashCode()toString()Methods inherited from class com.atlan.model.core.AtlanObject
getRawJsonObject, setRawJsonObject, toJson
-
Constructor Details
-
DataProductAssetsDSL
-
-
Method Details
-
builder
public static DataProductAssetsDSL.DataProductAssetsDSLBuilder<?,?> builder(co.elastic.clients.elasticsearch._types.query_dsl.Query query) Build a search using the provided query and default options.- Parameters:
query- the query to use for the search- Returns:
- the search request, with default options
-
builder
Build a search using the provided index search DSL and default options.- Parameters:
dsl- containing the query to use for the search- Returns:
- the search request, with default options
-
_internal
-
toBuilder
-
getQuery
Parameters for the search itself. -
getFilterScrubbed
Whether or not to filter scrubbed records. -
equals
- Overrides:
equalsin classAtlanObject
-
canEqual
- Overrides:
canEqualin classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCodein classAtlanObject
-
toString
Description copied from class:AtlanObject- Overrides:
toStringin classAtlanObject
-