Class MoveAssetsInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.MoveAssetsInput
-
public class MoveAssetsInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description MoveAssetsInput()
-
Method Summary
Modifier and Type Method Description MoveAssetsInputassetIds(List<IdScalar> v)Ids of the `Asset` items to be moved.MoveAssetsInputdestinationId(IdScalar v)Id of the destination entity where `Asset` items should be moved to.
-
-
-
Method Detail
-
assetIds
public MoveAssetsInput assetIds(List<IdScalar> v)
Ids of the `Asset` items to be moved.
-
destinationId
public MoveAssetsInput destinationId(IdScalar v)
Id of the destination entity where `Asset` items should be moved to. Allows `Library`/`Workspace`/`Folder` Ids only.
-
-