Class AssetQueryFilterInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AssetQueryFilterInput
-
public class AssetQueryFilterInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AssetQueryFilterInput()
-
Method Summary
Modifier and Type Method Description AssetQueryFilterInputandConditions(List<AssetQueryFilterConditionInput> v)The Asset must pass **all conditions** in this List to be present in the result set.AssetQueryFilterInputorConditions(List<AssetQueryFilterConditionInput> v)The Asset must pass **at least one condition** in this List to be present in the result set.
-
-
-
Method Detail
-
andConditions
public AssetQueryFilterInput andConditions(List<AssetQueryFilterConditionInput> v)
The Asset must pass **all conditions** in this List to be present in the result set.
-
orConditions
public AssetQueryFilterInput orConditions(List<AssetQueryFilterConditionInput> v)
The Asset must pass **at least one condition** in this List to be present in the result set.
-
-