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 BulkError
errors()
Present if any updates resulted in errorsnoop()
Array of role names without any changesstatic BulkPutRoleResponse
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()
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:
serialize
in interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupBulkPutRoleResponseDeserializer
protected static void setupBulkPutRoleResponseDeserializer(ObjectDeserializer<BulkPutRoleResponse.Builder> op)
-