Package io.etcd.jetcd.auth
Class AuthRoleGrantPermissionResponse
java.lang.Object
io.etcd.jetcd.impl.AbstractResponse<io.etcd.jetcd.api.AuthRoleGrantPermissionResponse>
io.etcd.jetcd.auth.AuthRoleGrantPermissionResponse
- All Implemented Interfaces:
Response
public class AuthRoleGrantPermissionResponse
extends AbstractResponse<io.etcd.jetcd.api.AuthRoleGrantPermissionResponse>
AuthRoleGrantPermissionResponse returned by
Auth.roleGrantPermission(ByteSequence, ByteSequence, ByteSequence, Permission.Type) contains a
header.-
Nested Class Summary
Nested classes/interfaces inherited from interface io.etcd.jetcd.Response
Response.Header -
Constructor Summary
ConstructorsConstructorDescriptionAuthRoleGrantPermissionResponse(io.etcd.jetcd.api.AuthRoleGrantPermissionResponse response) -
Method Summary
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
Constructor Details
-
AuthRoleGrantPermissionResponse
public AuthRoleGrantPermissionResponse(io.etcd.jetcd.api.AuthRoleGrantPermissionResponse response)
-