public class Deadline extends java.lang.Object implements JSONCacheable
Modifier and Type | Field and Description |
---|---|
static int |
TYPE_ABSOLUTE |
static int |
TYPE_RELATIVE |
static int |
UNITS_DAY |
static int |
UNITS_HOUR |
static int |
UNITS_MINUTE |
static int |
UNITS_MONTH |
static int |
UNITS_WEEK |
hiddenAttributes$TRANSIENT
Constructor and Description |
---|
Deadline() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAbsoluteExpression() |
boolean |
getEnabled() |
java.util.HashSet |
getHiddenAttributes()
Returns the set of attributes (properties) that should not be included in
the JSON representation of the object.
|
java.lang.String |
getRelativeExpression() |
int |
getRelativeUnits() |
int |
getType() |
void |
setAbsoluteExpression(java.lang.String absoluteExpression_) |
void |
setEnabled(boolean enabled_) |
void |
setRelativeExpression(java.lang.String relativeExpression_) |
void |
setRelativeUnits(int relativeUnits_) |
void |
setType(int type_) |
public static final int TYPE_RELATIVE
public static final int TYPE_ABSOLUTE
public static final int UNITS_MINUTE
public static final int UNITS_HOUR
public static final int UNITS_DAY
public static final int UNITS_WEEK
public static final int UNITS_MONTH
public java.util.HashSet getHiddenAttributes()
JSONable
getHiddenAttributes
in interface JSONable
public java.lang.String getAbsoluteExpression()
public void setAbsoluteExpression(java.lang.String absoluteExpression_)
public boolean getEnabled()
public void setEnabled(boolean enabled_)
public java.lang.String getRelativeExpression()
public void setRelativeExpression(java.lang.String relativeExpression_)
public int getRelativeUnits()
public void setRelativeUnits(int relativeUnits_)
public int getType()
public void setType(int type_)
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.