Class On_CreativeResult
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CreativeResult
-
public class On_CreativeResult extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CreativeResult()
-
Method Summary
Modifier and Type Method Description On_CreativeResultasset(CreativeResult_asset callBuilder)**BETA** `Asset` details of the stored asset when save-to has been used.On_CreativeResultdownloadUrl()**BETA** Signed `Url` to download the Creative.On_CreativeResultpageDownloadUrls()**BETA** List of signed `Url`s to download each page of the Creative.
-
-
-
Method Detail
-
downloadUrl
public On_CreativeResult downloadUrl()
**BETA** Signed `Url` to download the Creative.
-
pageDownloadUrls
public On_CreativeResult pageDownloadUrls()
**BETA** List of signed `Url`s to download each page of the Creative.
-
asset
public On_CreativeResult asset(CreativeResult_asset callBuilder)
**BETA** `Asset` details of the stored asset when save-to has been used.
-
-