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