Klasse AsyncConvertContentBodyRequestOperationSpec
java.lang.Object
io.github.primelib.confluence4j.rest.v1.spec.AsyncConvertContentBodyRequestOperationSpec
@Generated("io.github.primelib.primecodegen.javafeign.JavaFeignGenerator")
public class AsyncConvertContentBodyRequestOperationSpec
extends Object
AsyncConvertContentBodyRequestSpec
Specification for the AsyncConvertContentBodyRequest operation.
Asynchronously convert content body
-
Verschachtelte Klassen - Übersicht
Verschachtelte KlassenModifizierer und TypKlasseBeschreibungstatic class -
Feldübersicht
FelderModifizierer und TypFeldBeschreibungstatic Booleanallows to disable validation of the spec, use with care! -
Konstruktorübersicht
KonstruktorenModifiziererKonstruktorBeschreibungprotectedAsyncConvertContentBodyRequestOperationSpec(String to, ContentBodyCreate body, List<String> expand, String spaceKeyContext, String contentIdContext, Boolean allowCache, String embeddedContentRender) Constructs a validated instance ofAsyncConvertContentBodyRequestOperationSpec.AsyncConvertContentBodyRequestOperationSpec(Consumer<AsyncConvertContentBodyRequestOperationSpec> spec) Constructs a validated instance ofAsyncConvertContentBodyRequestOperationSpec. -
Methodenübersicht
Modifizierer und TypMethodeBeschreibung@Nullable BooleanIf this field is false, the cache will erase its current value and begin a new conversion.allowCache(@Nullable Boolean allowCache) If this field is false, the cache will erase its current value and begin a new conversion.@NotNull ContentBodyCreatebody()The content body to convert.body(@NotNull ContentBodyCreate body) The content body to convert.static AsyncConvertContentBodyRequestOperationSpec.AsyncConvertContentBodyRequestOperationSpecBuilderbuilder()protected boolean@Nullable StringThe content ID used to find the space for resolving embedded content (page includes, files, and links) in the content body.contentIdContext(@Nullable String contentIdContext) The content ID used to find the space for resolving embedded content (page includes, files, and links) in the content body.@Nullable StringMode used for rendering embedded content, like attachments.embeddedContentRender(@Nullable String embeddedContentRender) Mode used for rendering embedded content, like attachments.booleanexpand()A multi-value parameter indicating which properties of the content to expand and populate.A multi-value parameter indicating which properties of the content to expand and populate.inthashCode()@Nullable StringThe space key used for resolving embedded content (page includes, files, and links) in the content body.spaceKeyContext(@Nullable String spaceKeyContext) The space key used for resolving embedded content (page includes, files, and links) in the content body.@NotNull Stringto()The name of the target format for the content body.The name of the target format for the content body.toString()voidvalidate()Validates the Spec, will throw a exception if required parameters are missing
-
Felddetails
-
VALIDATION_ENABLED
allows to disable validation of the spec, use with care!
-
-
Konstruktordetails
-
AsyncConvertContentBodyRequestOperationSpec
@Internal public AsyncConvertContentBodyRequestOperationSpec(Consumer<AsyncConvertContentBodyRequestOperationSpec> spec) Constructs a validated instance ofAsyncConvertContentBodyRequestOperationSpec.- Parameter:
spec- the specification to process
-
AsyncConvertContentBodyRequestOperationSpec
@Internal public AsyncConvertContentBodyRequestOperationSpec(String to, ContentBodyCreate body, List<String> expand, String spaceKeyContext, String contentIdContext, Boolean allowCache, String embeddedContentRender) Constructs a validated instance ofAsyncConvertContentBodyRequestOperationSpec.NOTE: This constructor is not considered stable and may change if the operation is updated.
- Parameter:
to- The name of the target format for the content body.body- The content body to convert.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;tagsspaceKeyContext- 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.contentIdContext- The content ID used to find the space 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 thecontentIdContext=123parameter is provided, then the link will be converted to a link to the "Example page" page in the same space that has the content with ID=123. Note,spaceKeyContextwill be ignored if this parameter is provided.allowCache- If this field is false, the cache will erase its current value and begin a new conversion. If this field is true, the cache will not erase its current value, and will set the status of the async conversion to RERUNNING. Once the data is updated, the status will change to COMPLETED. Large macros that take long to convert, and whose data need not immediately up to date (same as previous conversion's result within last 5 minutes) should set this fields to true. Cache values are stored per user per content body and expansions.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.
-
AsyncConvertContentBodyRequestOperationSpec
protected AsyncConvertContentBodyRequestOperationSpec()
-
-
Methodendetails
-
validate
public void validate()Validates the Spec, will throw a exception if required parameters are missing- Löst aus:
NullPointerException
-
builder
public static AsyncConvertContentBodyRequestOperationSpec.AsyncConvertContentBodyRequestOperationSpecBuilder builder() -
to
The name of the target format for the content body. -
body
The content body to convert. -
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 -
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. -
contentIdContext
The content ID used to find the space 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 thecontentIdContext=123parameter is provided, then the link will be converted to a link to the "Example page" page in the same space that has the content with ID=123. Note,spaceKeyContextwill be ignored if this parameter is provided. -
allowCache
If this field is false, the cache will erase its current value and begin a new conversion. If this field is true, the cache will not erase its current value, and will set the status of the async conversion to RERUNNING. Once the data is updated, the status will change to COMPLETED. Large macros that take long to convert, and whose data need not immediately up to date (same as previous conversion's result within last 5 minutes) should set this fields to true. Cache values are stored per user per content body and expansions. -
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. -
to
The name of the target format for the content body.- Gibt zurück:
this.
-
body
The content body to convert.- Gibt zurück:
this.
-
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.
-
spaceKeyContext
public AsyncConvertContentBodyRequestOperationSpec 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.
-
contentIdContext
public AsyncConvertContentBodyRequestOperationSpec contentIdContext(@Nullable @Nullable String contentIdContext) The content ID used to find the space 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 thecontentIdContext=123parameter is provided, then the link will be converted to a link to the "Example page" page in the same space that has the content with ID=123. Note,spaceKeyContextwill be ignored if this parameter is provided.- Gibt zurück:
this.
-
allowCache
public AsyncConvertContentBodyRequestOperationSpec allowCache(@Nullable @Nullable Boolean allowCache) If this field is false, the cache will erase its current value and begin a new conversion. If this field is true, the cache will not erase its current value, and will set the status of the async conversion to RERUNNING. Once the data is updated, the status will change to COMPLETED. Large macros that take long to convert, and whose data need not immediately up to date (same as previous conversion's result within last 5 minutes) should set this fields to true. Cache values are stored per user per content body and expansions.- Gibt zurück:
this.
-
embeddedContentRender
public AsyncConvertContentBodyRequestOperationSpec 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.
-
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-