Uses of Class
com.atlassian.confluence.api.model.content.template.ContentBlueprintId
-
Packages that use ContentBlueprintId Package Description com.atlassian.confluence.api.model.content.template -
-
Uses of ContentBlueprintId in com.atlassian.confluence.api.model.content.template
Subclasses of ContentBlueprintId in com.atlassian.confluence.api.model.content.template Modifier and Type Class Description static class
ContentBlueprintId.ContentBlueprintIdWithId
static class
ContentBlueprintId.ContentBlueprintIdWithKeys
Blueprint Id resolved by Module key and Space keyMethods in com.atlassian.confluence.api.model.content.template that return ContentBlueprintId Modifier and Type Method Description static ContentBlueprintId
ContentBlueprintId. fromKeyAndSpaceString(String moduleCompleteKey, String space)
static ContentBlueprintId
ContentBlueprintId. fromString(String value)
This method MUST be called fromString in order to make Jersey happy to deserialise it from path.ContentBlueprintId
ContentBlueprintSpec. getBlueprintId()
Methods in com.atlassian.confluence.api.model.content.template that return types with arguments of type ContentBlueprintId Modifier and Type Method Description com.atlassian.fugue.Option<ContentBlueprintId>
ContentTemplate. getReferencingBlueprint()
Deprecated.since 7.0.1.Optional<ContentBlueprintId>
ContentTemplate. referencingBlueprint()
Methods in com.atlassian.confluence.api.model.content.template with parameters of type ContentBlueprintId Modifier and Type Method Description ContentBlueprintSpec.ContentBlueprintSpecBuilder
ContentBlueprintSpec.ContentBlueprintSpecBuilder. id(ContentBlueprintId id)
ContentTemplate.ContentTemplateBuilder
ContentTemplate.ContentTemplateBuilder. referencingBlueprint(ContentBlueprintId referencingBlueprint)
-