@Beta public class ContentName extends Name
Modifier and Type | Class and Description |
---|---|
static class |
ContentName.Unnamed |
Modifier and Type | Field and Description |
---|---|
static String |
UNNAMED_PREFIX |
Modifier | Constructor and Description |
---|---|
protected |
ContentName(String name) |
Modifier and Type | Method and Description |
---|---|
static ContentName |
from(String name) |
boolean |
isUnnamed() |
static ContentName |
unnamed() |
checkValidName, doValidateName, equals, hashCode, toString
public static final String UNNAMED_PREFIX
protected ContentName(String name)
public boolean isUnnamed()
public static ContentName unnamed()
public static ContentName from(String name)