Class ReplyWithPattern

java.lang.Object
com.ringcentral.definitions.ReplyWithPattern

public class ReplyWithPattern extends Object
  • Field Details

    • pattern

      public String pattern
      Predefined reply pattern name. Example: OnMyWay Enum: WillCallYouBack, CallMeBack, OnMyWay, OnTheOtherLine, WillCallYouBackLater, CallMeBackLater, InAMeeting, OnTheOtherLineNoCall
    • time

      public Long time
      Number of time units. Applicable only to WillCallYouBack, CallMeBack patterns. Format: int32 Example: 5
    • timeUnit

      public String timeUnit
      Time unit name. Example: Minute Enum: Minute, Hour, Day
  • Constructor Details

    • ReplyWithPattern

      public ReplyWithPattern()
  • Method Details