Package io.etcd.jetcd.auth
Class AuthEnableResponse
java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthEnableResponse>
io.etcd.jetcd.auth.AuthEnableResponse
- All Implemented Interfaces:
Response
AuthEnableResponse returned by
Auth.authEnable() call contains a header.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
Constructor Details
-
AuthEnableResponse
public AuthEnableResponse(io.etcd.jetcd.api.AuthEnableResponse response)
-