Package com.appiancorp.suiteapi.process
Class Deadline
java.lang.Object
com.appiancorp.suiteapi.process.Deadline
- All Implemented Interfaces:
JSONable
,JSONCacheable
-
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
static final int
static final int
static final int
static final int
static final int
Fields inherited from interface com.appiancorp.suiteapi.common.JSONable
hiddenAttributes$TRANSIENT
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionboolean
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.int
int
getType()
void
setAbsoluteExpression
(String absoluteExpression_) void
setEnabled
(boolean enabled_) void
setRelativeExpression
(String relativeExpression_) void
setRelativeUnits
(int relativeUnits_) void
setType
(int type_)
-
Field Details
-
TYPE_RELATIVE
public static final int TYPE_RELATIVE- See Also:
-
TYPE_ABSOLUTE
public static final int TYPE_ABSOLUTE- See Also:
-
UNITS_MINUTE
public static final int UNITS_MINUTE- See Also:
-
UNITS_HOUR
public static final int UNITS_HOUR- See Also:
-
UNITS_DAY
public static final int UNITS_DAY- See Also:
-
UNITS_WEEK
public static final int UNITS_WEEK- See Also:
-
UNITS_MONTH
public static final int UNITS_MONTH- See Also:
-
-
Constructor Details
-
Deadline
public Deadline()
-
-
Method Details
-
getHiddenAttributes
Description copied from interface:JSONable
Returns the set of attributes (properties) that should not be included in the JSON representation of the object.- Specified by:
getHiddenAttributes
in interfaceJSONable
- Returns:
- the set of hidden attributes
-
getAbsoluteExpression
-
setAbsoluteExpression
-
getEnabled
public boolean getEnabled() -
setEnabled
public void setEnabled(boolean enabled_) -
getRelativeExpression
-
setRelativeExpression
-
getRelativeUnits
public int getRelativeUnits() -
setRelativeUnits
public void setRelativeUnits(int relativeUnits_) -
getType
public int getType() -
setType
public void setType(int type_)
-