Class PublicKeyUpdater

    • Constructor Detail

      • PublicKeyUpdater

        public PublicKeyUpdater​(String pathSid)
        Construct a new PublicKeyUpdater.
        Parameters:
        pathSid - The unique string that identifies the resource
    • Method Detail

      • setFriendlyName

        public PublicKeyUpdater setFriendlyName​(String friendlyName)
        A descriptive string that you create to describe the resource. It can be up to 64 characters long..
        Parameters:
        friendlyName - A string to describe the resource
        Returns:
        this
      • update

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