Uses of Class
ch.brix.gql.client.frontify.input_objects.AssetQueryFilterInput
-
Packages that use AssetQueryFilterInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of AssetQueryFilterInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AssetQueryFilterInput Modifier and Type Method Description AssetQueryFilterInputAssetQueryFilterInput. andConditions(List<AssetQueryFilterConditionInput> v)The Asset must pass **all conditions** in this List to be present in the result set.AssetQueryFilterInputAssetQueryFilterInput. orConditions(List<AssetQueryFilterConditionInput> v)The Asset must pass **at least one condition** in this List to be present in the result set.Methods in ch.brix.gql.client.frontify.input_objects with parameters of type AssetQueryFilterInput Modifier and Type Method Description AssetQueryInputAssetQueryInput. filter(AssetQueryFilterInput v)Use filters to reduce the set of matched `Asset` items by complex filtering.
-