@ExperimentalApi public abstract class ContentBlueprintId extends Object
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
ContentBlueprintId.ContentBlueprintIdWithId  | 
static class  | 
ContentBlueprintId.ContentBlueprintIdWithKeys
Blueprint Id resolved by Module key and Space key 
 | 
| Modifier and Type | Field and Description | 
|---|---|
static String | 
KEY_SPACE_DELIMITER
Delimiter to separate FullModuleKey and Space 
 | 
| Modifier | Constructor and Description | 
|---|---|
protected  | 
ContentBlueprintId()  | 
| Modifier and Type | Method and Description | 
|---|---|
static ContentBlueprintId | 
fromKeyAndSpaceString(String moduleCompleteKey,
                     String space)  | 
static ContentBlueprintId | 
fromString(String value)
This method MUST be called fromString in order to make Jersey happy to deserialise it from path. 
 | 
abstract String | 
serialise()  | 
public static final String KEY_SPACE_DELIMITER
public static ContentBlueprintId fromString(String value)
value - public static ContentBlueprintId fromKeyAndSpaceString(String moduleCompleteKey, String space)
public abstract String serialise()
Copyright © 2003–2016 Atlassian. All rights reserved.