Class TwilioConfiguration

    • Constructor Detail

      • TwilioConfiguration

        public TwilioConfiguration()
    • Method Detail

      • getApiName

        public TwilioApiName getApiName()
        What kind of operation to perform
        Returns:
        the API Name
      • setApiName

        public void setApiName​(TwilioApiName apiName)
        What kind of operation to perform
        Parameters:
        apiName - the API Name to set
      • getMethodName

        public String getMethodName()
        What sub operation to use for the selected operation
        Returns:
        the methodName
      • setMethodName

        public void setMethodName​(String methodName)
        What sub operation to use for the selected operation
        Parameters:
        methodName - the methodName to set