public abstract class SecondLevelContentKey extends Object
Modifier and Type | Class and Description |
---|---|
static class |
SecondLevelContentKey.Builder |
static class |
SecondLevelContentKey.Type
Types of content keys.
|
Constructor and Description |
---|
SecondLevelContentKey() |
Modifier and Type | Method and Description |
---|---|
static SecondLevelContentKey.Builder |
builder() |
static SecondLevelContentKey |
fromString(String contentKey)
Parses a given string into a SecondLevelContentKey
|
abstract String |
getKey() |
abstract SecondLevelContentKey.Type |
getType() |
String |
toString() |
public abstract SecondLevelContentKey.Type getType()
public abstract String getKey()
public static SecondLevelContentKey fromString(String contentKey)
contentKey
- is the raw stringpublic static SecondLevelContentKey.Builder builder()