Class On_AssetLocationFolder
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetLocationFolder
-
public class On_AssetLocationFolder extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetLocationFolder()
-
Method Summary
Modifier and Type Method Description On_AssetLocationFolderbreadcrumbs(AssetLocationFolder_breadcrumbs callBuilder)A list of `Breadcrumb` items representing the parent folders structure for the current `Folder`.On_AssetLocationFolderid()`Folder` Id.On_AssetLocationFoldername()`Folder` name.
-
-
-
Method Detail
-
id
public On_AssetLocationFolder id()
`Folder` Id.
-
name
public On_AssetLocationFolder name()
`Folder` name.
-
breadcrumbs
public On_AssetLocationFolder breadcrumbs(AssetLocationFolder_breadcrumbs callBuilder)
A list of `Breadcrumb` items representing the parent folders structure for the current `Folder`.
-
-