public static class FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder extends Object
| Modifier and Type | Method and Description |
|---|---|
FilesCommentsDeleteRequest |
build() |
FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder |
file(String file)
File to delete a comment from.
|
FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder |
id(String id)
The comment to delete.
|
FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder |
token(String token)
Authentication token.
|
String |
toString() |
public FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder token(String token)
public FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder file(String file)
public FilesCommentsDeleteRequest.FilesCommentsDeleteRequestBuilder id(String id)
public FilesCommentsDeleteRequest build()
Copyright © 2020. All rights reserved.