Class On_Collection
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_Collection
-
public class On_Collection extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_Collection()
-
Method Summary
Modifier and Type Method Description On_Collectionassets(Collection_assets callBuilder)`Collection`'s `Asset` items list.On_CollectioncurrentUserPermissions(Collection_currentUserPermissions callBuilder)`Collection`'s permissions of the current `User`.On_Collectionid()`Collection` Id.On_CollectionisPrivate()Deprecated.On_Collectionname()`Collection` name.
-
-
-
Method Detail
-
id
public On_Collection id()
`Collection` Id.
-
name
public On_Collection name()
`Collection` name.
-
assets
public On_Collection assets(Collection_assets callBuilder)
`Collection`'s `Asset` items list.
-
isPrivate
@Deprecated public On_Collection isPrivate()
Deprecated.**DEPRECATED** `Collection`'s privacy state setting. This field will be removed. | Date: 2024-01-01T00:00:00.000+00:00 This field will be removed. | Date: 2024-01-01T00:00:00.000+00:00
-
currentUserPermissions
public On_Collection currentUserPermissions(Collection_currentUserPermissions callBuilder)
`Collection`'s permissions of the current `User`.
-
-