@Beta public final class WidgetDescriptor extends Object
Modifier and Type | Class and Description |
---|---|
static class |
WidgetDescriptor.Builder |
Modifier and Type | Method and Description |
---|---|
static WidgetDescriptor.Builder |
create() |
String |
getDisplayName() |
com.google.common.collect.ImmutableList<String> |
getInterfaces() |
DescriptorKey |
getKey() |
String |
getKeyString() |
String |
getName() |
String |
getUrl() |
public DescriptorKey getKey()
public String getUrl()
public String getKeyString()
public String getDisplayName()
public com.google.common.collect.ImmutableList<String> getInterfaces()
public String getName()
public static WidgetDescriptor.Builder create()