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 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.UpdateAssetDataInputtitle(StringScalar v)`Asset` title or display name.
-
-
-
Method Detail
-
title
public UpdateAssetDataInput title(StringScalar v)
`Asset` title or display name.
-
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.
-
-