Class RemoveCollectionAssetsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.RemoveCollectionAssetsInput
-
public class RemoveCollectionAssetsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description RemoveCollectionAssetsInput()
-
Method Summary
Modifier and Type Method Description RemoveCollectionAssetsInputassetIds(List<IdScalar> v)Ids of the `Assets` to remove from the `Collection`.RemoveCollectionAssetsInputcollectionId(IdScalar v)`Collection` Id.
-
-
-
Method Detail
-
collectionId
public RemoveCollectionAssetsInput collectionId(IdScalar v)
`Collection` Id.
-
assetIds
public RemoveCollectionAssetsInput assetIds(List<IdScalar> v)
Ids of the `Assets` to remove from the `Collection`.
-
-