Package io.etcd.jetcd.auth
Class AuthRoleAddResponse
java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthRoleAddResponse>
io.etcd.jetcd.auth.AuthRoleAddResponse
- All Implemented Interfaces:
Response
AuthRoleAddResponse returned by
Auth.roleAdd(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
-
AuthRoleAddResponse
public AuthRoleAddResponse(io.etcd.jetcd.api.AuthRoleAddResponse response)
-