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