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.
  • Constructor Details

    • AuthRoleGrantPermissionResponse

      public AuthRoleGrantPermissionResponse(io.etcd.jetcd.api.AuthRoleGrantPermissionResponse response)