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 SummaryNested Classes
- 
Field SummaryFieldsModifier and TypeFieldDescriptionstatic final JsonpDeserializer<PutRoleMappingResponse>Json deserializer forPutRoleMappingResponse
- 
Method SummaryModifier 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- 
_DESERIALIZERJson deserializer forPutRoleMappingResponse
 
- 
- 
Method Details- 
ofpublic static PutRoleMappingResponse of(Function<PutRoleMappingResponse.Builder, ObjectBuilder<PutRoleMappingResponse>> fn) 
- 
createdAPI name:created
- 
roleMappingRequired - API name:role_mapping
- 
serializeSerialize this object to JSON.- Specified by:
- serializein interface- JsonpSerializable
 
- 
serializeInternal
- 
toString
- 
setupPutRoleMappingResponseDeserializerprotected static void setupPutRoleMappingResponseDeserializer(ObjectDeserializer<PutRoleMappingResponse.Builder> op) 
 
-