Class AssetQueryInput
- java.lang.Object
-
- ch.brix.gql.client.InputObject
-
- ch.brix.gql.client.frontify.input_objects.AssetQueryInput
-
public class AssetQueryInput extends ch.brix.gql.client.InputObject
-
-
Constructor Summary
Constructors Constructor Description AssetQueryInput()
-
Method Summary
Modifier and Type Method Description AssetQueryInputexternalId(IdScalar v)Limit the result set by the externalId of an `Asset`.AssetQueryInputfilter(AssetQueryFilterInput v)Use filters to reduce the set of matched `Asset` items by complex filtering.AssetQueryInputinFolder(AssetQueryInFolderInput v)Limit the result set to a specific `Folder` of this `Library`.AssetQueryInputsearch(StringScalar v)Limit the result set by the search term.AssetQueryInputsortBy(AssetQueryFilterSortType v)Sort set of the matched `AssetItems`.AssetQueryInputtype(List<AssetType> v)**DEPRECATED** Filter the `Asset` types present in the result set.AssetQueryInputtypes(List<AssetType> v)Limit the result set by the `Asset` types.
-
-
-
Method Detail
-
filter
public AssetQueryInput filter(AssetQueryFilterInput v)
Use filters to reduce the set of matched `Asset` items by complex filtering.
-
inFolder
public AssetQueryInput inFolder(AssetQueryInFolderInput v)
Limit the result set to a specific `Folder` of this `Library`.
-
sortBy
public AssetQueryInput sortBy(AssetQueryFilterSortType v)
Sort set of the matched `AssetItems`.
-
externalId
public AssetQueryInput externalId(IdScalar v)
Limit the result set by the externalId of an `Asset`.
-
search
public AssetQueryInput search(StringScalar v)
Limit the result set by the search term.
-
type
public AssetQueryInput type(List<AssetType> v)
**DEPRECATED** Filter the `Asset` types present in the result set. This field will be removed. Use `types` instead. | Date: 2022-07-01T00:00:00.000+00:00
-
types
public AssetQueryInput types(List<AssetType> v)
Limit the result set by the `Asset` types.
-
-