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)`Asset` details of the stored asset when save-to has been used.On_CreativeResultdownloadUrl()Signed `Url` to download the Creative.On_CreativeResultpageDownloadUrls()List of signed `Url`s to download each page of the Creative.
-
-
-
Method Detail
-
downloadUrl
public On_CreativeResult downloadUrl()
Signed `Url` to download the Creative.
-
pageDownloadUrls
public On_CreativeResult pageDownloadUrls()
List of signed `Url`s to download each page of the Creative.
-
asset
public On_CreativeResult asset(CreativeResult_asset callBuilder)
`Asset` details of the stored asset when save-to has been used.
-
-