Class UpdateFolderInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateFolderInput
-
public class UpdateFolderInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateFolderInput()
-
-
-
Method Detail
-
id
public UpdateFolderInput id(IdScalar v)
`Folder` Id.
-
data
public UpdateFolderInput data(UpdateFolderDataInput v)
`Folder` data.
-
-