Package com.atlan.model.search
Class IndexSearchRequest.Metadata.MetadataBuilder<C extends IndexSearchRequest.Metadata,B extends IndexSearchRequest.Metadata.MetadataBuilder<C,B>>
java.lang.Object
com.atlan.model.core.AtlanObject.AtlanObjectBuilder<C,B>
com.atlan.model.search.IndexSearchRequest.Metadata.MetadataBuilder<C,B>
- Enclosing class:
IndexSearchRequest.Metadata
public abstract static class IndexSearchRequest.Metadata.MetadataBuilder<C extends IndexSearchRequest.Metadata,B extends IndexSearchRequest.Metadata.MetadataBuilder<C,B>>
extends AtlanObject.AtlanObjectBuilder<C,B>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected B
$fillValuesFrom
(C instance) abstract C
build()
saveSearchLog
(Boolean saveSearchLog) Whether to log this search (true) or not (false).searchInput
(String searchInput) Input in the searchbar when the search was run.protected abstract B
self()
toString()
utmTags
(Collection<? extends String> utmTags) Methods inherited from class com.atlan.model.core.AtlanObject.AtlanObjectBuilder
rawJsonObject
-
Constructor Details
-
MetadataBuilder
public MetadataBuilder()
-
-
Method Details
-
$fillValuesFrom
- Overrides:
$fillValuesFrom
in classAtlanObject.AtlanObjectBuilder<C extends IndexSearchRequest.Metadata,
B extends IndexSearchRequest.Metadata.MetadataBuilder<C, B>>
-
saveSearchLog
Whether to log this search (true) or not (false).- Returns:
this
.
-
utmTag
-
utmTags
-
clearUtmTags
-
searchInput
Input in the searchbar when the search was run.- Returns:
this
.
-
self
- Specified by:
self
in classAtlanObject.AtlanObjectBuilder<C extends IndexSearchRequest.Metadata,
B extends IndexSearchRequest.Metadata.MetadataBuilder<C, B>>
-
build
- Specified by:
build
in classAtlanObject.AtlanObjectBuilder<C extends IndexSearchRequest.Metadata,
B extends IndexSearchRequest.Metadata.MetadataBuilder<C, B>>
-
toString
- Overrides:
toString
in classAtlanObject.AtlanObjectBuilder<C extends IndexSearchRequest.Metadata,
B extends IndexSearchRequest.Metadata.MetadataBuilder<C, B>>
-