public interface ICustomizationMailCondition
extends com4j.Com4jObject
Modifier and Type | Method and Description |
---|---|
String |
conditionText()
The filter to determine when the notification is sent.
|
void |
conditionText(String pVal)
The filter to determine when the notification is sent.
|
int |
conditionType()
The type of condition.
|
boolean |
deleted()
Indicates if the condition has been removed, but the deletion has not been posted to the server.
|
void |
deleted(boolean pVal)
Indicates if the condition has been removed, but the deletion has not been posted to the server.
|
String |
name()
The name of the mail recipient or the field containing the name.
|
boolean |
updated()
Indicates if the condition object has changed locally since last synchronized with the server.
|
void |
updated(boolean pVal)
Indicates if the condition object has changed locally since last synchronized with the server.
|
String name()
The name of the mail recipient or the field containing the name.
Getter method for the COM property "Name"
String conditionText()
The filter to determine when the notification is sent.
Getter method for the COM property "ConditionText"
void conditionText(String pVal)
The filter to determine when the notification is sent.
Setter method for the COM property "ConditionText"
pVal
- Mandatory java.lang.String parameter.boolean updated()
Indicates if the condition object has changed locally since last synchronized with the server.
Getter method for the COM property "Updated"
void updated(boolean pVal)
Indicates if the condition object has changed locally since last synchronized with the server.
Setter method for the COM property "Updated"
pVal
- Mandatory boolean parameter.boolean deleted()
Indicates if the condition has been removed, but the deletion has not been posted to the server.
Getter method for the COM property "Deleted"
void deleted(boolean pVal)
Indicates if the condition has been removed, but the deletion has not been posted to the server.
Setter method for the COM property "Deleted"
pVal
- Mandatory boolean parameter.int conditionType()
The type of condition.
Getter method for the COM property "ConditionType"
Copyright © 2020. All rights reserved.