Class On_LibraryPage
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryPage
-
public class On_LibraryPage extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryPage()
-
Method Summary
Modifier and Type Method Description On_LibraryPageassets(LibraryPage_assets callBuilder)`LibraryPage` `Asset` items list.On_LibraryPagecollections(LibraryPage_collections callBuilder)**BETA** `LibraryPage` `Collection` items list.On_LibraryPageid()`LibraryPage` Id.On_LibraryPagetitle()`LibraryPage` title.On_LibraryPagetype()`LibraryPage` type.
-
-
-
Method Detail
-
id
public On_LibraryPage id()
`LibraryPage` Id.
-
title
public On_LibraryPage title()
`LibraryPage` title.
-
type
public On_LibraryPage type()
`LibraryPage` type.
-
collections
public On_LibraryPage collections(LibraryPage_collections callBuilder)
**BETA** `LibraryPage` `Collection` items list.
-
assets
public On_LibraryPage assets(LibraryPage_assets callBuilder)
`LibraryPage` `Asset` items list.
-
-