Class HttpInputAuthentication
java.lang.Object
co.elastic.clients.elasticsearch.watcher.HttpInputAuthentication
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class HttpInputAuthentication
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final JsonpDeserializer<HttpInputAuthentication>
Json deserializer forHttpInputAuthentication
-
Method Summary
Modifier and TypeMethodDescriptionbasic()
Required - API name:basic
static HttpInputAuthentication
void
serialize
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected void
serializeInternal
(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static void
toString()
-
Field Details
-
_DESERIALIZER
Json deserializer forHttpInputAuthentication
-
-
Method Details
-
of
public static HttpInputAuthentication of(Function<HttpInputAuthentication.Builder, ObjectBuilder<HttpInputAuthentication>> fn) -
basic
Required - API name:basic
-
serialize
Serialize this object to JSON.- Specified by:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupHttpInputAuthenticationDeserializer
protected static void setupHttpInputAuthenticationDeserializer(ObjectDeserializer<HttpInputAuthentication.Builder> op)
-