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 by
Auth.roleDelete(ByteSequence)
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
-
AuthRoleDeleteResponse
public AuthRoleDeleteResponse(io.etcd.jetcd.api.AuthRoleDeleteResponse response)
-