Uses of Class
ch.brix.gql.client.frontify.enums.AssetQueryFilterSortType
-
Packages that use AssetQueryFilterSortType Package Description ch.brix.gql.client.frontify.enums ch.brix.gql.client.frontify.input_objects -
-
Uses of AssetQueryFilterSortType in ch.brix.gql.client.frontify.enums
Methods in ch.brix.gql.client.frontify.enums that return AssetQueryFilterSortType Modifier and Type Method Description static AssetQueryFilterSortTypeAssetQueryFilterSortType. valueOf(String name)Returns the enum constant of this type with the specified name.static AssetQueryFilterSortType[]AssetQueryFilterSortType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of AssetQueryFilterSortType in ch.brix.gql.client.frontify.input_objects
Methods in ch.brix.gql.client.frontify.input_objects with parameters of type AssetQueryFilterSortType Modifier and Type Method Description AssetQueryInputAssetQueryInput. sortBy(AssetQueryFilterSortType v)Sort set of the matched `AssetItems`.FolderAssetQueryInputFolderAssetQueryInput. sortBy(AssetQueryFilterSortType v)**BETA** Sort order of matched results.
-