Class UpdateAssetDataInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateAssetDataInput
-
public class UpdateAssetDataInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateAssetDataInput()
-
Method Summary
Modifier and Type Method Description UpdateAssetDataInputalternativeText(StringScalar v)Alternative text for the `Asset`.UpdateAssetDataInputauthor(StringScalar v)Represents the Author of the `Asset`.UpdateAssetDataInputcopyright(UpdateCopyrightInput v)Change `Asset` copyright details.UpdateAssetDataInputdescription(StringScalar v)`Asset` description.UpdateAssetDataInputexpiresAt(DateTimeScalar v)Modify expiry date.UpdateAssetDataInputfilename(StringScalar v)`Asset` filename, including extension.UpdateAssetDataInputisDecorative(BooleanScalar v)**BETA** Indicates whether the `Asset` is decorative and not meant to be read by screen readers.UpdateAssetDataInputpreviewBackgroundColor(RgbaColorInput v)**BETA** Background color of the `Asset` preview.UpdateAssetDataInputtitle(StringScalar v)`Asset` title or display name.
-
-
-
Method Detail
-
title
public UpdateAssetDataInput title(StringScalar v)
`Asset` title or display name.
-
alternativeText
public UpdateAssetDataInput alternativeText(StringScalar v)
Alternative text for the `Asset`. Used by screen readers when the asset is not decorative.
-
isDecorative
public UpdateAssetDataInput isDecorative(BooleanScalar v)
**BETA** Indicates whether the `Asset` is decorative and not meant to be read by screen readers. If true, alternative text is ignored.
-
filename
public UpdateAssetDataInput filename(StringScalar v)
`Asset` filename, including extension.
-
description
public UpdateAssetDataInput description(StringScalar v)
`Asset` description.
-
copyright
public UpdateAssetDataInput copyright(UpdateCopyrightInput v)
Change `Asset` copyright details.
-
expiresAt
public UpdateAssetDataInput expiresAt(DateTimeScalar v)
Modify expiry date. `Asset` will expire once the defined date is reached.
-
author
public UpdateAssetDataInput author(StringScalar v)
Represents the Author of the `Asset`. Example: Photographer Name.
-
previewBackgroundColor
public UpdateAssetDataInput previewBackgroundColor(RgbaColorInput v)
**BETA** Background color of the `Asset` preview.
-
-