Catalog notifications.
More...
#include <Catalog.h>
|
|
| Notifications (const Notifications &)=default |
| |
|
| Notifications (Notifications &&)=default |
| |
|
Notifications & | operator= (const Notifications &)=default |
| |
|
Notifications & | operator= (Notifications &&)=default |
| |
| const bool & | GetEnabled () const |
| | Checks whether the notifications are written to the notification stream each time the catalog version changes.
|
| |
| bool & | GetMutableEnabled () |
| | Checks whether the notifications are written to the notification stream each time the catalog version changes and returns a mutable reference.
|
| |
| void | SetEnabled (const bool &value) |
| | Sets the notifications for the catalog.
|
| |
◆ GetEnabled()
| const bool & olp::dataservice::read::model::Notifications::GetEnabled |
( |
| ) |
const |
|
inline |
Checks whether the notifications are written to the notification stream each time the catalog version changes.
- Returns
- If set to true, notifications are written to the notification stream each time the catalog version changes.
◆ GetMutableEnabled()
| bool & olp::dataservice::read::model::Notifications::GetMutableEnabled |
( |
| ) |
|
|
inline |
Checks whether the notifications are written to the notification stream each time the catalog version changes and returns a mutable reference.
- Returns
- If set to true, notifications are written to the notification stream each time the catalog version changes.
◆ SetEnabled()
| void olp::dataservice::read::model::Notifications::SetEnabled |
( |
const bool & |
value | ) |
|
|
inline |
Sets the notifications for the catalog.
- Parameters
-
| value | If set to true, notifications are written to the notification stream each time the catalog version changes. |
The documentation for this class was generated from the following file:
- olp-cpp-sdk-dataservice-read/include/olp/dataservice/read/model/Catalog.h