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 byAuth.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
Constructors Constructor Description AuthRoleGrantPermissionResponse(io.etcd.jetcd.api.AuthRoleGrantPermissionResponse response)
-
Method Summary
-
Methods inherited from class io.etcd.jetcd.impl.AbstractResponse
getHeader, getResponse, getResponseHeader, toString
-
-