public class Promoter extends Object
Constructor and Description |
---|
Promoter() |
Modifier and Type | Method and Description |
---|---|
static <T> List<T> |
listOfOne(T one)
Create a list from a single element.
|
static URI |
uriFromString(String url)
Create a @see java.net.URI from a string
|
public static URI uriFromString(String url)
url
- url to convertpublic static <T> List<T> listOfOne(T one)
T
- type of the elementone
- the single elementCopyright © 2011 Twilio, Inc. All Rights Reserved.