Class GetPolicyResponse
java.lang.Object
co.elastic.clients.elasticsearch.enrich.GetPolicyResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<GetPolicyResponse>Json deserializer forGetPolicyResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic GetPolicyResponsefinal List<EnrichSummary>policies()Required - API name:policiesvoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()
-
Field Details
-
_DESERIALIZER
Json deserializer forGetPolicyResponse
-
-
Method Details
-
of
public static GetPolicyResponse of(Function<GetPolicyResponse.Builder, ObjectBuilder<GetPolicyResponse>> fn) -
policies
Required - API name:policies -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupGetPolicyResponseDeserializer
protected static void setupGetPolicyResponseDeserializer(ObjectDeserializer<GetPolicyResponse.Builder> op)
-