Interface for configuring protection options for the SetLabel method.
More...
#include <src/api/mip/file/protection_settings.h>
Interface for configuring protection options for the SetLabel method.
Definition at line 40 of file protection_settings.h.
◆ ProtectionSettings() [1/2]
ProtectionSettings::ProtectionSettings |
( |
| ) |
|
|
default |
◆ ProtectionSettings() [2/2]
ProtectionSettings::ProtectionSettings |
( |
const std::string & | delegatedUserEmail, |
|
|
PFileExtensionBehavior | pfileExtensionBehavior ) |
|
inline |
Definition at line 44 of file protection_settings.h.
45 : mDelegatedUserEmail(delegatedUserEmail), mPFileExtensionBehavior(pfileExtensionBehavior) {}
◆ GetDelegatedUserEmail()
std::string ProtectionSettings::GetDelegatedUserEmail |
( |
| ) |
const |
|
inline |
◆ GetPFileExtensionBehavior()
◆ SetDelegatedUserEmail()
void ProtectionSettings::SetDelegatedUserEmail |
( |
const std::string | delegatedUserEmail | ) |
|
|
inline |
◆ SetPFileExtensionBehavior()
The documentation for this class was generated from the following file: