Uses of Class
ch.brix.gql.client.frontify.input_objects.AssetQueryFilterConditionInput
-
Packages that use AssetQueryFilterConditionInput Package Description ch.brix.gql.client.frontify.input_objects -
-
Uses of AssetQueryFilterConditionInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AssetQueryFilterConditionInput Modifier and Type Method Description AssetQueryFilterConditionInputAssetQueryFilterConditionInput. customMetadataPropertyId(IdScalar v)**REQUIRED** for type `CUSTOM_METADATA_VALUE` to identify which `CustomMetadataProperty` it is compared against.AssetQueryFilterConditionInputAssetQueryFilterConditionInput. metadataFieldId(IdScalar v)**REQUIRED** for type `METADATA_VALUE` to identify which metadata field it is compared against.AssetQueryFilterConditionInputAssetQueryFilterConditionInput. operator(ConditionOperator v)Defines how the value of the `Asset` is compared to the provided value.AssetQueryFilterConditionInputAssetQueryFilterConditionInput. type(ConditionType v)Defines which property of the `Asset` is compared to the provided value.AssetQueryFilterConditionInputAssetQueryFilterConditionInput. value(StringScalar v)The value which is compared against the property of the `Asset`.Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type AssetQueryFilterConditionInput 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.
-