Class GetRepositoryResponse
java.lang.Object
co.elastic.clients.transport.endpoints.DictionaryResponse<java.lang.String,Repository>
co.elastic.clients.elasticsearch.snapshot.GetRepositoryResponse
- All Implemented Interfaces:
JsonpSerializable
@JsonpDeserializable public class GetRepositoryResponse extends DictionaryResponse<java.lang.String,Repository>
- See Also:
- API specification
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classGetRepositoryResponse.BuilderBuilder forGetRepositoryResponse.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<GetRepositoryResponse>_DESERIALIZERJson deserializer forGetRepositoryResponse -
Method Summary
Modifier and Type Method Description static GetRepositoryResponseof(java.util.function.Function<GetRepositoryResponse.Builder,ObjectBuilder<GetRepositoryResponse>> fn)protected static voidsetupGetRepositoryResponseDeserializer(ObjectDeserializer<GetRepositoryResponse.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 forGetRepositoryResponse
-
-
Method Details
-
of
public static GetRepositoryResponse of(java.util.function.Function<GetRepositoryResponse.Builder,ObjectBuilder<GetRepositoryResponse>> fn) -
setupGetRepositoryResponseDeserializer
protected static void setupGetRepositoryResponseDeserializer(ObjectDeserializer<GetRepositoryResponse.Builder> op)
-