Uses of Class
ch.brix.gql.client.frontify.enums.AssetType
-
Packages that use AssetType Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of AssetType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return AssetType Modifier and Type Method Description static AssetTypeAssetType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetType[]AssetType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AssetType in ch.brix.gql.client.frontify.input_objects
Method parameters in ch.brix.gql.client.frontify.input_objects with type arguments of type AssetType Modifier and Type Method Description AssetQueryInputAssetQueryInput. type(List<AssetType> v)**DEPRECATED** Filter the `Asset` types present in the result set.AssetQueryInputAssetQueryInput. types(List<AssetType> v)Limit the result set by the `Asset` types.
-