Class PutRoleResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.PutRoleResponse
- All Implemented Interfaces:
JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutRoleResponse>Json deserializer forPutRoleResponse -
Method Summary
Modifier and TypeMethodDescriptionstatic PutRoleResponsefinal CreatedStatusrole()Required - When an existing role is updated,createdis set tofalse.voidserialize(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 forPutRoleResponse
-
-
Method Details
-
of
public static PutRoleResponse of(Function<PutRoleResponse.Builder, ObjectBuilder<PutRoleResponse>> fn) -
role
Required - When an existing role is updated,createdis set tofalse.API name:
role -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutRoleResponseDeserializer
protected static void setupPutRoleResponseDeserializer(ObjectDeserializer<PutRoleResponse.Builder> op)
-