Class On_AssetLocation
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetLocation
-
public class On_AssetLocation extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetLocation()
-
Method Summary
Modifier and Type Method Description On_AssetLocationbrand(AssetLocation_brand callBuilder)`Brand` location of the `Asset`.On_AssetLocationfolder(AssetLocation_folder callBuilder)`Folder` location of the `Asset`.On_AssetLocationlibrary(AssetLocation_library callBuilder)`Library` location of the `Asset`.On_AssetLocationworkspaceProject(AssetLocation_workspaceProject callBuilder)`WorkspaceProject` location of the `Asset`.
-
-
-
Method Detail
-
brand
public On_AssetLocation brand(AssetLocation_brand callBuilder)
`Brand` location of the `Asset`.
-
library
public On_AssetLocation library(AssetLocation_library callBuilder)
`Library` location of the `Asset`.
-
workspaceProject
public On_AssetLocation workspaceProject(AssetLocation_workspaceProject callBuilder)
`WorkspaceProject` location of the `Asset`.
-
folder
public On_AssetLocation folder(AssetLocation_folder callBuilder)
`Folder` location of the `Asset`.
-
-