Class ServiceCreator

    • Constructor Detail

      • ServiceCreator

        public ServiceCreator​(String friendlyName)
        Construct a new ServiceCreator.
        Parameters:
        friendlyName - A string to describe the resource
    • Method Detail

      • create

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