Class UpdateCollectionInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.UpdateCollectionInput
-
public class UpdateCollectionInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description UpdateCollectionInput()
-
Method Summary
Modifier and Type Method Description UpdateCollectionInputcollectionId(IdScalar v)`Collection` Id.UpdateCollectionInputdata(UpdateCollectionDataInput v)`Collection` data.
-
-
-
Method Detail
-
collectionId
public UpdateCollectionInput collectionId(IdScalar v)
`Collection` Id.
-
data
public UpdateCollectionInput data(UpdateCollectionDataInput v)
`Collection` data.
-
-