Class On_CollectionUserPermissions
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_CollectionUserPermissions
-
public class On_CollectionUserPermissions extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_CollectionUserPermissions()
-
Method Summary
Modifier and Type Method Description On_CollectionUserPermissionscanAddAssets()Check if the current user can add `Assets` in this `Collection`.On_CollectionUserPermissionscanRemoveAssets()Check if the current user can remove `Assets` from this `Collection`.
-
-
-
Method Detail
-
canAddAssets
public On_CollectionUserPermissions canAddAssets()
Check if the current user can add `Assets` in this `Collection`.
-
canRemoveAssets
public On_CollectionUserPermissions canRemoveAssets()
Check if the current user can remove `Assets` from this `Collection`.
-
-