Class On_LibraryPageCollection
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_LibraryPageCollection
-
public class On_LibraryPageCollection extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_LibraryPageCollection()
-
Method Summary
Modifier and Type Method Description On_LibraryPageCollectionassets(LibraryPageCollection_assets callBuilder)`LibraryPageCollection`'s `Asset` items list.On_LibraryPageCollectionid()`Collection` Id.On_LibraryPageCollectionisPrivate()`LibraryPageCollection`'s privacy state setting.On_LibraryPageCollectionname()`Collection` name.
-
-
-
Method Detail
-
id
public On_LibraryPageCollection id()
`Collection` Id.
-
name
public On_LibraryPageCollection name()
`Collection` name.
-
assets
public On_LibraryPageCollection assets(LibraryPageCollection_assets callBuilder)
`LibraryPageCollection`'s `Asset` items list.
-
isPrivate
public On_LibraryPageCollection isPrivate()
`LibraryPageCollection`'s privacy state setting.
-
-