Class Updater<T extends Resource>

    • Constructor Detail

      • Updater

        public Updater()
    • Method Detail

      • updateAsync

        public com.google.common.util.concurrent.ListenableFuture<T> updateAsync()
        Execute an async request using default client.
        Returns:
        future that resolves to requested object
      • updateAsync

        public com.google.common.util.concurrent.ListenableFuture<T> updateAsync​(TwilioRestClient client)
        Execute an async request using specified client.
        Parameters:
        client - client used to make request
        Returns:
        future that resolves to requested object
      • update

        public T update()
        Execute a request using default client.
        Returns:
        Requested object
      • update

        public abstract T update​(TwilioRestClient client)
        Execute a request using specified client.
        Parameters:
        client - client used to make request
        Returns:
        Requested object