1 #ifndef CBE__delegate__group__RenameDelegate_h__
2 #define CBE__delegate__group__RenameDelegate_h__
3 #include "cbe/QueryResult.h"
6 #include "cbe/delegate/Error.h"
8 #include "cbe/util/Context.h"
9 #include "cbe/util/ErrorInfo.h"
10 #include "cbe/util/Exception.h"
A group of members.
Definition: Group.h:42
Definition: RenameDelegate.h:24
virtual void onRenameSuccess(cbe::Group &&group, std::string &&newName)=0
virtual void onRenameError(Error &&error, cbe::util::Context &&context)=0
Convenience type that bundles all parameters passed to method cbe::delegate::group::RenameDelegate::o...
Definition: RenameSuccess.h:17
std::shared_ptr< RenameDelegate > RenameDelegatePtr
Definition: RenameDelegate.h:63
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
Definition: RenameDelegate.h:41
Definition: ErrorInfo.h:27
Definition: Exception.h:38