Class PutPrivilegesResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,java.util.Map<java.lang.String,CreatedStatus>>
co.elastic.clients.elasticsearch.security.PutPrivilegesResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class PutPrivilegesResponse extends DictionaryResponse<java.lang.String,java.util.Map<java.lang.String,CreatedStatus>>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classPutPrivilegesResponse.BuilderBuilder forPutPrivilegesResponse.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<PutPrivilegesResponse>_DESERIALIZERJson deserializer forPutPrivilegesResponse -
Method Summary
Modifier and Type Method Description static PutPrivilegesResponseof(java.util.function.Function<PutPrivilegesResponse.Builder,ObjectBuilder<PutPrivilegesResponse>> fn)protected static voidsetupPutPrivilegesResponseDeserializer(ObjectDeserializer<PutPrivilegesResponse.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 forPutPrivilegesResponse
-
-
Method Details
-
of
public static PutPrivilegesResponse of(java.util.function.Function<PutPrivilegesResponse.Builder,ObjectBuilder<PutPrivilegesResponse>> fn) -
setupPutPrivilegesResponseDeserializer
protected static void setupPutPrivilegesResponseDeserializer(ObjectDeserializer<PutPrivilegesResponse.Builder> op)
-