Class ServiceUpdater


  • public class ServiceUpdater
    extends Updater<Service>
    PLEASE NOTE that this class contains preview products that are subject to change. Use them with caution. If you currently do not have developer preview access, please contact [email protected].
    • Constructor Detail

      • ServiceUpdater

        public ServiceUpdater​(String pathSid)
        Construct a new ServiceUpdater.
        Parameters:
        pathSid - A string that uniquely identifies this Service.
    • Method Detail

      • setFriendlyName

        public ServiceUpdater setFriendlyName​(String friendlyName)
        A human readable description of this resource, up to 64 characters..
        Parameters:
        friendlyName - A human readable description of this resource.
        Returns:
        this
      • update

        public Service update​(TwilioRestClient client)
        Make the request to the Twilio API to perform the update.
        Specified by:
        update in class Updater<Service>
        Parameters:
        client - TwilioRestClient with which to make the request
        Returns:
        Updated Service