Uses of Class
ch.brix.gql.client.frontify.input_objects.SetCollectionAssetsInput
-
Packages that use SetCollectionAssetsInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of SetCollectionAssetsInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type SetCollectionAssetsInput Modifier and Type Method Description RootMutation_setCollectionAssets_ArgsRootMutation_setCollectionAssets_Args. input(SetCollectionAssetsInput value)`SetCollectionAssets` input argument. -
Uses of SetCollectionAssetsInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return SetCollectionAssetsInput Modifier and Type Method Description SetCollectionAssetsInputSetCollectionAssetsInput. assetIds(List<IdScalar> v)Ids of the `Assets` to replace existing `Assets` in the `Collection`.SetCollectionAssetsInputSetCollectionAssetsInput. collectionId(IdScalar v)`Collection` Id.
-