28#ifndef API_MIP_FILE_LABELING_OPTIONS_H_
29#define API_MIP_FILE_LABELING_OPTIONS_H_
Interface for configuring labeling options for the SetLabel/DeleteLabel methods.
bool IsDowngradeJustified() const
const std::vector< std::pair< std::string, std::string > > & GetExtendedProperties() const
std::vector< std::pair< std::string, std::string > > mExtendedProperties
bool mIsDowngradeJustified
const std::string & GetJustificationMessage() const
void SetDowngradeJustification(bool isDowngradeJustified, const std::string &justificationMessage)
void SetExtendedProperties(const std::vector< std::pair< std::string, std::string > > &extendedProperties)
AssignmentMethod mAssignmentMethod
std::string mJustificationMessage
AssignmentMethod GetAssignmentMethod() const
LabelingOptions(AssignmentMethod method)
A file Containing the common types used by the upe, file and protection modules.
AssignmentMethod
The assignment method of the label on the document. Whether the Assignment of the label was done auto...