Class CommStateResource

java.lang.Object
com.ringcentral.definitions.CommStateResource

public class CommStateResource extends Object
  • Field Details

    • id

      public String id
      Id/Type of a state the rule is based on Required Enum: after-hours, work-hours, dnd, forward-all-calls, agent
    • enabled

      public Boolean enabled
      Specifies if a state is enabled or not. *Work Hours* and *After Hours* states cannot be disabled Required
    • displayName

      public String displayName
      Predefined name of a state-based rule (similar to the name of a state) Required Enum: After Hours, Work Hours, Do not disturb, Forward all calls, Agent
    • conditions

      public Object[] conditions
      Required
  • Constructor Details

    • CommStateResource

      public CommStateResource()
  • Method Details