Class BaseInsightRequest

java.lang.Object
com.vonage.client.insight.BaseInsightRequest
All Implemented Interfaces:
QueryParamsRequest
Direct Known Subclasses:
AdvancedInsightRequest, BasicInsightRequest, StandardInsightRequest

public abstract class BaseInsightRequest extends Object implements QueryParamsRequest
  • Field Details

  • Constructor Details

  • Method Details

    • getNumber

      public String getNumber()
    • getCountry

      public String getCountry()
    • makeParams

      Description copied from interface: QueryParamsRequest
      Internal method for serializing the fields of this class into query parameters. The Map should be mutable so that subclasses can add fields, otherwise the method or implementing class should be marked as final. Duplicate entries can be handled by mapping the key to a list of the entries.
      Specified by:
      makeParams in interface QueryParamsRequest
      Returns:
      The query parameters as unique key-value pairs.