public class Excludes extends Restriction
| Constructor and Description |
|---|
Excludes()
Initializes a new instance of the Excludes class.
|
Excludes(PropertyPath propertyPath)
Initializes a new instance of the Excludes class.
|
Excludes(PropertyPath propertyPath,
java.lang.String bitmask)
Initializes a new instance of the Excludes class.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBitmask()
Gets a hexadecimal or decimal mask to be used during an Excludes restriction operation.
|
PropertyPath |
getPropertyPath()
Gets frequently referenced properties by URI or individual members of a dictionary or MAPI properties.
|
void |
setBitmask(java.lang.String bitmask)
Sets a hexadecimal or decimal mask to be used during an Excludes restriction operation.
|
void |
setPropertyPath(PropertyPath propertyPath)
Sets frequently referenced properties by URI or individual members of a dictionary or MAPI properties.
|
java.lang.String |
toString()
Converts the value of the current Excludes object to its equivalent string representation.
|
public Excludes()
public Excludes(PropertyPath propertyPath)
propertyPath - the property pathpublic Excludes(PropertyPath propertyPath, java.lang.String bitmask)
propertyPath - the property pathbitmask - the bitmaskpublic java.lang.String toString()
toString in class java.lang.Objectpublic PropertyPath getPropertyPath()
public void setPropertyPath(PropertyPath propertyPath)
propertyPath - the new property pathpublic java.lang.String getBitmask()
public void setBitmask(java.lang.String bitmask)
bitmask - the new bitmask