Class CreateCollectionInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.CreateCollectionInput
-
public class CreateCollectionInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description CreateCollectionInput()
-
Method Summary
Modifier and Type Method Description CreateCollectionInputname(StringScalar v)Name of the `Collection`.CreateCollectionInputparentId(IdScalar v)Id of the parent where you wish to create a new `Collection`.
-
-
-
Method Detail
-
parentId
public CreateCollectionInput parentId(IdScalar v)
Id of the parent where you wish to create a new `Collection`. Currently supported for `Library` type parent entities only.
-
name
public CreateCollectionInput name(StringScalar v)
Name of the `Collection`.
-
-