Class ContentBlueprintId.ContentBlueprintIdWithKeys
- java.lang.Object
-
- com.atlassian.confluence.api.model.content.template.ContentBlueprintId
-
- com.atlassian.confluence.api.model.content.template.ContentBlueprintId.ContentBlueprintIdWithKeys
-
- Enclosing class:
- ContentBlueprintId
@ExperimentalApi @Internal public static class ContentBlueprintId.ContentBlueprintIdWithKeys extends ContentBlueprintId
Blueprint Id resolved by Module key and Space key
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
ContentBlueprintId.ContentBlueprintIdWithId, ContentBlueprintId.ContentBlueprintIdWithKeys
-
-
Field Summary
-
Fields inherited from class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
KEY_SPACE_DELIMITER
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanequals(Object o)StringgetModuleCompleteKey()com.atlassian.fugue.Option<String>getSpaceKey()Deprecated.since 7.0.1.inthashCode()static booleanisKeys(String value)Stringserialise()Optional<String>spaceKey()-
Methods inherited from class com.atlassian.confluence.api.model.content.template.ContentBlueprintId
fromKeyAndSpaceString, fromString
-
-
-
-
Method Detail
-
getModuleCompleteKey
public String getModuleCompleteKey()
-
getSpaceKey
@Deprecated public com.atlassian.fugue.Option<String> getSpaceKey()
Deprecated.since 7.0.1. UsespaceKey()
-
serialise
public String serialise()
- Specified by:
serialisein classContentBlueprintId
-
isKeys
public static boolean isKeys(String value)
-
-