Class ReplaceAssetInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.ReplaceAssetInput
-
public class ReplaceAssetInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description ReplaceAssetInput()
-
Method Summary
Modifier and Type Method Description ReplaceAssetInputassetId(IdScalar v)Parent `Asset` Id.ReplaceAssetInputfileId(IdScalar v)Signed file Id returned in `uploadFile`.
-
-
-
Method Detail
-
assetId
public ReplaceAssetInput assetId(IdScalar v)
Parent `Asset` Id.
-
fileId
public ReplaceAssetInput fileId(IdScalar v)
Signed file Id returned in `uploadFile`.
-
-