Class Deadline

java.lang.Object
com.appiancorp.suiteapi.process.Deadline
All Implemented Interfaces:
JSONable, JSONCacheable

public class Deadline extends Object implements JSONCacheable
  • Field Details

  • Constructor Details

    • Deadline

      public Deadline()
  • Method Details

    • getHiddenAttributes

      public HashSet 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 interface JSONable
      Returns:
      the set of hidden attributes
    • getAbsoluteExpression

      public String getAbsoluteExpression()
    • setAbsoluteExpression

      public void setAbsoluteExpression(String absoluteExpression_)
    • getEnabled

      public boolean getEnabled()
    • setEnabled

      public void setEnabled(boolean enabled_)
    • getRelativeExpression

      public String getRelativeExpression()
    • setRelativeExpression

      public void setRelativeExpression(String relativeExpression_)
    • getRelativeUnits

      public int getRelativeUnits()
    • setRelativeUnits

      public void setRelativeUnits(int relativeUnits_)
    • getType

      public int getType()
    • setType

      public void setType(int type_)