Uses of Class
ch.brix.gql.client.frontify.enums.ConditionType
-
Packages that use ConditionType Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of ConditionType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return ConditionType Modifier and Type Method Description static ConditionTypeConditionType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConditionType[]ConditionType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConditionType in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type ConditionType Modifier and Type Method Description AssetQueryFilterConditionInputAssetQueryFilterConditionInput. type(ConditionType v)Defines which property of the `Asset` is compared to the provided value.
-