Class BulkPutRoleResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.BulkPutRoleResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<BulkPutRoleResponse>Json deserializer forBulkPutRoleResponse -
Method Summary
Modifier and TypeMethodDescriptioncreated()Array of created rolesfinal BulkErrorerrors()Present if any updates resulted in errorsnoop()Array of role names without any changesstatic BulkPutRoleResponsevoidserialize(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) Serialize this object to JSON.protected voidserializeInternal(jakarta.json.stream.JsonGenerator generator, JsonpMapper mapper) protected static voidtoString()updated()Array of updated roles
-
Field Details
-
_DESERIALIZER
Json deserializer forBulkPutRoleResponse
-
-
Method Details
-
of
public static BulkPutRoleResponse of(Function<BulkPutRoleResponse.Builder, ObjectBuilder<BulkPutRoleResponse>> fn) -
created
Array of created rolesAPI name:
created -
updated
Array of updated rolesAPI name:
updated -
noop
Array of role names without any changesAPI name:
noop -
errors
Present if any updates resulted in errorsAPI name:
errors -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBulkPutRoleResponseDeserializer
protected static void setupBulkPutRoleResponseDeserializer(ObjectDeserializer<BulkPutRoleResponse.Builder> op)
-