Class On_AssetCommentUserPermissions
- java.lang.Object
-
- ch.brix.gql.client.TypeBuilder
-
- ch.brix.gql.client.frontify.builders.On_AssetCommentUserPermissions
-
public class On_AssetCommentUserPermissions extends ch.brix.gql.client.TypeBuilder
-
-
Constructor Summary
Constructors Constructor Description On_AssetCommentUserPermissions()
-
Method Summary
Modifier and Type Method Description On_AssetCommentUserPermissionscanDelete()Check if the current user can delete this `AssetComment`.On_AssetCommentUserPermissionscanEdit()Check if the current user can edit this `AssetComment`.On_AssetCommentUserPermissionscanReply()Check if the current user can reply to this `AssetComment`.
-
-
-
Method Detail
-
canEdit
public On_AssetCommentUserPermissions canEdit()
Check if the current user can edit this `AssetComment`.
-
canDelete
public On_AssetCommentUserPermissions canDelete()
Check if the current user can delete this `AssetComment`.
-
canReply
public On_AssetCommentUserPermissions canReply()
Check if the current user can reply to this `AssetComment`.
-
-