Uses of Class
ch.brix.gql.client.frontify.input_objects.AssetQueryInput
-
Packages that use AssetQueryInput Package Description ch.brix.gql.client.frontify.builders ch.brix.gql.client.frontify.input_objects -
-
Uses of AssetQueryInput in ch.brix.gql.client.frontify.builders
Methods in ch.brix.gql.client.frontify.builders with parameters of type AssetQueryInput Modifier and Type Method Description DocumentLibrary_assets_ArgsDocumentLibrary_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in the `Library`/`Workspace`.IconLibrary_assets_ArgsIconLibrary_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in the `Library`/`Workspace`.Library_assets_ArgsLibrary_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in this `Library`.LogoLibrary_assets_ArgsLogoLibrary_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in the `Library`/`Workspace`.MediaLibrary_assets_ArgsMediaLibrary_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in the `Library`/`Workspace`.Workspace_assets_ArgsWorkspace_assets_Args. query(AssetQueryInput value)Define search criteria for `Assets` in the `Library`/`Workspace`. -
Uses of AssetQueryInput in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects that return AssetQueryInput Modifier and Type Method Description AssetQueryInputAssetQueryInput. externalId(IdScalar v)Limit the result set by the externalId of an `Asset`.AssetQueryInputAssetQueryInput. filter(AssetQueryFilterInput v)Use filters to reduce the set of matched `Asset` items by complex filtering.AssetQueryInputAssetQueryInput. inFolder(AssetQueryInFolderInput v)Limit the result set to a specific `Folder` of this `Library`.AssetQueryInputAssetQueryInput. search(StringScalar v)Limit the result set by the search term.AssetQueryInputAssetQueryInput. sortBy(AssetQueryFilterSortType v)Sort set of the matched `AssetItems`.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.
-