Class PutRoleMappingResponse
java.lang.Object
co.elastic.clients.elasticsearch.security.PutRoleMappingResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable
public class PutRoleMappingResponse
extends Object
implements JsonpSerializable
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutRoleMappingResponse>Json deserializer forPutRoleMappingResponse -
Method Summary
Modifier and TypeMethodDescriptionfinal Booleancreated()API name:createdstatic PutRoleMappingResponsefinal CreatedStatusRequired - API name:role_mappingvoidserialize(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 forPutRoleMappingResponse
-
-
Method Details
-
of
public static PutRoleMappingResponse of(Function<PutRoleMappingResponse.Builder, ObjectBuilder<PutRoleMappingResponse>> fn) -
created
API name:created -
roleMapping
Required - API name:role_mapping -
serialize
Serialize this object to JSON.- Specified by:
serializein interfaceJsonpSerializable
-
serializeInternal
-
toString
-
setupPutRoleMappingResponseDeserializer
protected static void setupPutRoleMappingResponseDeserializer(ObjectDeserializer<PutRoleMappingResponse.Builder> op)
-