Klasse GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder
- Umschließende Klasse:
GetAndAsyncConvertMacroBodyByMacroIdOperationSpec
public static class GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder
extends Object
-
Methodenübersicht
Modifizierer und TypMethodeBeschreibungallowCache(@Nullable Boolean allowCache) If this field is false, the cache will erase its current value and begin a conversion.build()embeddedContentRender(@Nullable String embeddedContentRender) Mode used for rendering embedded content, like attachments.A multi-value parameter indicating which properties of the content to expand and populate.The ID for the content that contains the macro.The ID of the macro.spaceKeyContext(@Nullable String spaceKeyContext) The space key used for resolving embedded content (page includes, files, and links) in the content body.The content representation to return the macro in.toString()The version of the content that contains the macro.
-
Methodendetails
-
id
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder id(@NotNull @NotNull String id) The ID for the content that contains the macro.- Gibt zurück:
this.
-
version
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder version(@NotNull @NotNull Integer version) The version of the content that contains the macro. Specifying0as theversionwill return the macro body for the latest content version.- Gibt zurück:
this.
-
macroId
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder macroId(@NotNull @NotNull String macroId) The ID of the macro. For apps, this is passed to the macro by the Connect/Forge framework. Otherwise, find the macro ID by querying the desired content and version, then expanding the body in storage format. For example, '/content/196611/version/7?expand=content.body.storage'.- Gibt zurück:
this.
-
to
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder to(@NotNull @NotNull String to) The content representation to return the macro in. Currently, the following conversions are allowed: -export_view-styled_view-view- Gibt zurück:
this.
-
expand
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder expand(@Nullable @Nullable List<String> expand) A multi-value parameter indicating which properties of the content to expand and populate. Expands are dependent on thetoconversion format and may be irrelevant for certain conversions (e.g.macroRenderedOutputis redundant when converting toviewformat). If rendering toviewformat, and the body content being converted includes arbitrary nested content (such as macros); then it is necessary to include webresource expands in the request. Webresources for content body are the batched JS and CSS dependencies for any nested dynamic content (i.e. macros). -embeddedContentreturns metadata for nested content (e.g. page included using page include macro) -mediaTokenreturns JWT token for retrieving attachment data from Media API -macroRenderedOutputadditionally converts body to view format -webresource.superbatch.uris.jsreturns all common JS dependencies as static URLs -webresource.superbatch.uris.cssreturns all common CSS dependencies as static URLs -webresource.superbatch.uris.allreturns all common dependencies as static URLs -webresource.superbatch.tags.allreturns all common JS dependencies as html&lt;script&gt;tags -webresource.superbatch.tags.cssreturns all common CSS dependencies as html&lt;style&gt;tags -webresource.superbatch.tags.jsreturns all common dependencies as html&lt;script&gt;and&lt;style&gt;tags -webresource.uris.jsreturns JS dependencies specific to conversion -webresource.uris.cssreturns CSS dependencies specific to conversion -webresource.uris.allreturns all dependencies specific to conversion -webresource.tags.allreturns common JS dependencies as html&lt;script&gt;tags -webresource.tags.cssreturns common CSS dependencies as html&lt;style&gt;tags -webresource.tags.jsreturns common dependencies as html&lt;script&gt;and&lt;style&gt;tags- Gibt zurück:
this.
-
allowCache
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder allowCache(@Nullable @Nullable Boolean allowCache) If this field is false, the cache will erase its current value and begin a conversion. If this field is true, the cache will not erase its current value, and will set the status of the result in cache to RERUNNING. Once the data is updated, the status will change to COMPLETED. Large macros that take long to convert, and who want to show intermediate, but potentially stale data, immediately should set this field to true. Cache values are stored per macro per user per content and expansions.- Gibt zurück:
this.
-
spaceKeyContext
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder spaceKeyContext(@Nullable @Nullable String spaceKeyContext) The space key used for resolving embedded content (page includes, files, and links) in the content body. For example, if the source content contains the link&lt;ac:link&gt;&lt;ri:page ri:content-title="Example page" /&gt;&lt;ac:link&gt;and thespaceKeyContext=TESTparameter is provided, then the link will be converted to a link to the "Example page" page in the "TEST" space.- Gibt zurück:
this.
-
embeddedContentRender
public GetAndAsyncConvertMacroBodyByMacroIdOperationSpec.GetAndAsyncConvertMacroBodyByMacroIdOperationSpecBuilder embeddedContentRender(@Nullable @Nullable String embeddedContentRender) Mode used for rendering embedded content, like attachments. -currentrenders the embedded content using the latest version. -version-at-saverenders the embedded content using the version at the time of save.- Gibt zurück:
this.
-
build
-
toString
-