olp-cpp-sdk  1.22.0
Public Member Functions | List of all members
olp::dataservice::read::model::Notifications Class Reference

Catalog notifications. More...

#include <Catalog.h>

Public Member Functions

 Notifications (const Notifications &)=default
 
 Notifications (Notifications &&)=default
 
Notificationsoperator= (const Notifications &)=default
 
Notificationsoperator= (Notifications &&)=default
 
const bool & GetEnabled () const
 Checks whether the notifications are written to the notification stream each time the catalog version changes. More...
 
bool & GetMutableEnabled ()
 Checks whether the notifications are written to the notification stream each time the catalog version changes and returns a mutable reference. More...
 
void SetEnabled (const bool &value)
 Sets the notifications for the catalog. More...
 

Detailed Description

Catalog notifications.

Member Function Documentation

◆ 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
valueIf 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: