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
public class AuthEnableResponse extends AbstractResponse<io.etcd.jetcd.api.AuthEnableResponse>
AuthEnableResponse returned byAuth.authEnable()call contains a header.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header
-
-
Constructor Summary
Constructors Constructor Description AuthEnableResponse(io.etcd.jetcd.api.AuthEnableResponse response)
-
Method Summary
-
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
-