#include "revoke_permission.hpp"


Public Member Functions | |
| virtual const types::AccountIdType & | accountId () const =0 |
| virtual permissions::Grantable | permissionName () const =0 |
| std::string | toString () const override=0 |
| bool | operator== (const ModelType &rhs) const override |
Public Member Functions inherited from shared_model::interface::ModelPrimitive< RevokePermission > | |
| virtual bool | operator== (const ModelType &rhs) const=0 |
| virtual bool | operator!= (const ModelType &rhs) const |
| virtual | ~ModelPrimitive ()=default |
Additional Inherited Members | |
Public Types inherited from shared_model::interface::ModelPrimitive< RevokePermission > | |
| using | ModelType = RevokePermission |
Revoke permission from account
|
pure virtual |
Implemented in shared_model::proto::RevokePermission.

|
override |

|
pure virtual |
Implemented in shared_model::proto::RevokePermission.

|
overridepure virtual |
Make string developer representation of object
Reimplemented from shared_model::interface::ModelPrimitive< RevokePermission >.
Implemented in shared_model::proto::RevokePermission.