public class SFIrmClassification extends SFODataObject
| Constructor and Description |
|---|
SFIrmClassification() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDescription()
Description of the Irm Classification if any
|
java.lang.Boolean |
getIsEnabled()
Use this flag to enable/ disable the Irm Classification.
|
java.lang.String |
getName()
Name of the Irm Classification
|
java.lang.Integer |
getNumberOfProtectionDays()
Defines the numner of days after which the user won't be access the documents protected with this classification.
|
SFIrmPrimaryAccessRightParams |
getPrimaryAccessRightParams()
AccessRight permissions on an IRM Classification
|
void |
setDescription(java.lang.String description)
Description of the Irm Classification if any
|
void |
setIsEnabled(java.lang.Boolean isenabled)
Use this flag to enable/ disable the Irm Classification.
|
void |
setName(java.lang.String name)
Name of the Irm Classification
|
void |
setNumberOfProtectionDays(java.lang.Integer numberofprotectiondays)
Defines the numner of days after which the user won't be access the documents protected with this classification.
|
void |
setPrimaryAccessRightParams(SFIrmPrimaryAccessRightParams primaryaccessrightparams)
AccessRight permissions on an IRM Classification
|
addProperty, get__type, getId, getMetadataUrl, getProperties, geturl, set__type, setId, setMetadataUrl, setProperties, seturlpublic java.lang.String getName()
public void setName(java.lang.String name)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public SFIrmPrimaryAccessRightParams getPrimaryAccessRightParams()
public void setPrimaryAccessRightParams(SFIrmPrimaryAccessRightParams primaryaccessrightparams)
public java.lang.Boolean getIsEnabled()
public void setIsEnabled(java.lang.Boolean isenabled)
public java.lang.Integer getNumberOfProtectionDays()
public void setNumberOfProtectionDays(java.lang.Integer numberofprotectiondays)