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