Class ResultContent

java.lang.Object
com.ringcentral.definitions.ResultContent

public class ResultContent extends Object
Flags controlling parsing result content.
  • Field Details

    • includeDialingDetails

      public Boolean includeDialingDetails
      Indicates that `results.dialingDetails` section should be returned for particular result items in the response. Default: true
    • includeNumberDetails

      public Boolean includeNumberDetails
      Indicates that `results.numberDetails` section should be returned for particular result items in the response. Example: true Default: true
    • includeFormats

      public Boolean includeFormats
      Indicates that `results.formats` section should be returned for particular result items in the response. Example: true Default: true
  • Constructor Details

    • ResultContent

      public ResultContent()
  • Method Details