![]() |
SDK
2.1.4 [async]
CloudBackend Software Development Kit - SDK API for C++
|
Managing a subscribed Item. More...
#include <Subscribe.h>
Public Member Functions | |
cbe::Date | getDate () const |
std::string | getTitle () const |
std::string | getDescription () const |
std::string | getPassword () const |
cbe::PublishAccess | getSecurity () const |
cbe::PublishVisibility | getPrivacy () const |
cbe::SubscribeId | getSubscribeId () const |
cbe::PublishId | getPublishId () const |
cbe::UserId | getOwner () const |
void | unSubscribe () |
Subscribe (cbe::DefaultCtor) | |
operator bool () const | |
Friends | |
class | CloudBackend |
class | Item |
Managing a subscribed Item.
To inspect the settings of a subscription.
cbe::Date cbe::Subscribe::getDate | ( | ) | const |
Gets the date as unix epoch number
std::string cbe::Subscribe::getDescription | ( | ) | const |
Gets the description
cbe::UserId cbe::Subscribe::getOwner | ( | ) | const |
Gets the owner id number
std::string cbe::Subscribe::getPassword | ( | ) | const |
Checks if a password has been set.
cbe::PublishVisibility cbe::Subscribe::getPrivacy | ( | ) | const |
Gets the privacy see cbe::PublishVisibility enum
cbe::PublishId cbe::Subscribe::getPublishId | ( | ) | const |
Gets the publish id number
cbe::PublishAccess cbe::Subscribe::getSecurity | ( | ) | const |
Gets the security see cbe::PublishAccess enum
cbe::SubscribeId cbe::Subscribe::getSubscribeId | ( | ) | const |
Gets the subscribe id number
std::string cbe::Subscribe::getTitle | ( | ) | const |
Gets the title
void cbe::Subscribe::unSubscribe | ( | ) |
unSubscribe to this subscription.