Package io.etcd.jetcd.auth
Class AuthUserGrantRoleResponse
java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthUserGrantRoleResponse>
io.etcd.jetcd.auth.AuthUserGrantRoleResponse
- All Implemented Interfaces:
Response
public class AuthUserGrantRoleResponse
extends AbstractResponse<io.etcd.jetcd.api.AuthUserGrantRoleResponse>
AuthUserGrantRoleResponse
-
Nested Class Summary
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header -
Constructor Summary
ConstructorsConstructorDescriptionAuthUserGrantRoleResponse(io.etcd.jetcd.api.AuthUserGrantRoleResponse response) -
Method Summary
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
Constructor Details
-
AuthUserGrantRoleResponse
public AuthUserGrantRoleResponse(io.etcd.jetcd.api.AuthUserGrantRoleResponse response)
-