Class FeatureInfo

java.lang.Object
com.ringcentral.definitions.FeatureInfo

public class FeatureInfo extends Object
  • Field Details

    • id

      public String id
      Internal identifier of a feature
    • available

      public Boolean available
      Specifies if the feature is available for the current user according to services enabled for the account, type, entitlements and permissions of the extension. If the authorized user gets features of the other extension, only features that can be delegated are returned (such as configuration by administrators).
    • params

      public ParamsInfo[] params
    • reason

      public ReasonInfo reason
  • Constructor Details

    • FeatureInfo

      public FeatureInfo()
  • Method Details