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
Modifier and TypeClassDescriptionstatic class
DataProductAssetsDSL.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
ModifierConstructorDescriptionprotected
-
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 boolean
boolean
Whether or not to filter scrubbed records.getQuery()
Parameters for the search itself.int
hashCode()
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:
equals
in classAtlanObject
-
canEqual
- Overrides:
canEqual
in classAtlanObject
-
hashCode
public int hashCode()- Overrides:
hashCode
in classAtlanObject
-
toString
Description copied from class:AtlanObject
- Overrides:
toString
in classAtlanObject
-