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 classContentBlueprintId.ContentBlueprintIdWithIdstatic classContentBlueprintId.ContentBlueprintIdWithKeysBlueprint 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 ContentBlueprintIdContentBlueprintId. fromKeyAndSpaceString(String moduleCompleteKey, String space)static ContentBlueprintIdContentBlueprintId. fromString(String value)This method MUST be called fromString in order to make Jersey happy to deserialise it from path.ContentBlueprintIdContentBlueprintSpec. 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.ContentBlueprintSpecBuilderContentBlueprintSpec.ContentBlueprintSpecBuilder. id(ContentBlueprintId id)ContentTemplate.ContentTemplateBuilderContentTemplate.ContentTemplateBuilder. referencingBlueprint(ContentBlueprintId referencingBlueprint)
-