Class DeleteComment_comment
- java.lang.Object
-
- ch.brix.gql.client.CallBuilder<Comment>
-
- ch.brix.gql.client.frontify.builders.DeleteComment_comment
-
public class DeleteComment_comment extends ch.brix.gql.client.CallBuilder<Comment>
-
-
Constructor Summary
Constructors Constructor Description DeleteComment_comment()
-
Method Summary
Modifier and Type Method Description DeleteComment_commentonAssetComment(On_AssetComment typeBuilder)DeleteComment_commentonAssetCommentReply(On_AssetCommentReply typeBuilder)DeleteComment_commentonComment(On_Comment typeBuilder)
-
-
-
Method Detail
-
onAssetComment
public DeleteComment_comment onAssetComment(On_AssetComment typeBuilder)
-
onAssetCommentReply
public DeleteComment_comment onAssetCommentReply(On_AssetCommentReply typeBuilder)
-
onComment
public DeleteComment_comment onComment(On_Comment typeBuilder)
-
-