Class GetRoleMappingResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,RoleMapping>
co.elastic.clients.elasticsearch.security.GetRoleMappingResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetRoleMappingResponse extends DictionaryResponse<java.lang.String,RoleMapping>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRoleMappingResponse.BuilderBuilder forGetRoleMappingResponse.Nested classes/interfaces inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT extends DictionaryResponse.AbstractBuilder<TKey,TValue,BuilderT>> -
Field Summary
Fields Modifier and Type Field Description static JsonpDeserializer<GetRoleMappingResponse>_DESERIALIZERJson deserializer forGetRoleMappingResponse -
Method Summary
Modifier and Type Method Description static GetRoleMappingResponseof(java.util.function.Function<GetRoleMappingResponse.Builder,ObjectBuilder<GetRoleMappingResponse>> fn)protected static voidsetupGetRoleMappingResponseDeserializer(ObjectDeserializer<GetRoleMappingResponse.Builder> op)Methods inherited from class co.elastic.clients.transport.endpoints.DictionaryResponse
get, result, serialize, serializeInternal, setupDictionaryResponseDeserializer, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Field Details
-
_DESERIALIZER
Json deserializer forGetRoleMappingResponse
-
-
Method Details
-
of
public static GetRoleMappingResponse of(java.util.function.Function<GetRoleMappingResponse.Builder,ObjectBuilder<GetRoleMappingResponse>> fn) -
setupGetRoleMappingResponseDeserializer
protected static void setupGetRoleMappingResponseDeserializer(ObjectDeserializer<GetRoleMappingResponse.Builder> op)
-