1 #ifndef CBE__delegate__group__RemoveDelegate_h__
2 #define CBE__delegate__group__RemoveDelegate_h__
4 #include "cbe/QueryResult.h"
7 #include "cbe/delegate/Error.h"
9 #include "cbe/util/Context.h"
10 #include "cbe/util/ErrorInfo.h"
11 #include "cbe/util/Exception.h"
34 std::string&& groupName) = 0;
79 std::string groupName{};
84 std::string&& groupName);
Definition: RemoveDelegate.h:25
virtual void onRemoveError(Error &&error, cbe::util::Context &&context)=0
virtual void onRemoveSuccess(cbe::GroupId groupId, std::string &&groupName)=0
Convenience type that bundles all parameters passed to method cbe::delegate::group::RemoveDelegate::o...
Definition: RemoveDelegate.h:76
std::shared_ptr< RemoveDelegate > RemoveDelegatePtr
Definition: RemoveDelegate.h:69
Root namespace for the CloudBackend SDK API.
Definition: Account.h:22
DefaultCtor
Default constructor marker.
Definition: Types.h:204
std::uint64_t GroupId
Uniquely identifies the Group.
Definition: Types.h:84
Definition: RemoveDelegate.h:45
Definition: ErrorInfo.h:27
Definition: Exception.h:38