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