Class SetCollectionAssetsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.SetCollectionAssetsInput
-
public class SetCollectionAssetsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description SetCollectionAssetsInput()
-
Method Summary
Modifier and Type Method Description SetCollectionAssetsInputassetIds(List<IdScalar> v)Ids of the `Assets` to replace existing `Assets` in the `Collection`.SetCollectionAssetsInputcollectionId(IdScalar v)`Collection` Id.
-
-
-
Method Detail
-
collectionId
public SetCollectionAssetsInput collectionId(IdScalar v)
`Collection` Id.
-
assetIds
public SetCollectionAssetsInput assetIds(List<IdScalar> v)
Ids of the `Assets` to replace existing `Assets` in the `Collection`. Must be in the same `Library` as the `Collection`.
-
-