Class Hint
java.lang.Object
co.elastic.clients.elasticsearch.security.suggest_user_profiles.Hint
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionlabels()A single key-value pair to match against the labels section of a profile.static Hintof(Function<Hint.Builder, ObjectBuilder<Hint>> fn) voidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()uids()A list of profile UIDs to match against.
-
Field Details
-
_DESERIALIZER
Json deserializer forHint
-
-
Method Details
-
of
-
uids
A list of profile UIDs to match against.API name:
uids -
labels
A single key-value pair to match against the labels section of a profile. A profile is considered matching if it matches at least one of the strings.API name:
labels -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHintDeserializer
-