Class FoundStatus
java.lang.Object
co.elastic.clients.elasticsearch.security.delete_privileges.FoundStatus
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public final class FoundStatus extends java.lang.Object implements JsonpSerializable
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classFoundStatus.BuilderBuilder forFoundStatus. -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<FoundStatus>_DESERIALIZERJson deserializer forFoundStatus -
Constructor Summary
Constructors Constructor Description FoundStatus(FoundStatus.Builder builder)FoundStatus(java.util.function.Function<FoundStatus.Builder,FoundStatus.Builder> fn) -
Method Summary
Modifier and Type Method Description booleanfound()Required - API name:foundvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper)protected static voidsetupFoundStatusDeserializer(DelegatingDeserializer<FoundStatus.Builder> op)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forFoundStatus
-
-
Constructor Details
-
FoundStatus
-
FoundStatus
-
-
Method Details
-
found
public boolean found()Required - API name:found -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
setupFoundStatusDeserializer
-