Class FilesSharedPublicURLResponse
java.lang.Object
com.slack.api.methods.response.files.FilesSharedPublicURLResponse
- All Implemented Interfaces:
SlackApiResponse,SlackApiTextResponse
public class FilesSharedPublicURLResponse extends Object implements SlackApiTextResponse
-
Constructor Summary
Constructors Constructor Description FilesSharedPublicURLResponse() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)List<FileComment>getComments()Deprecated.StringgetError()FilegetFile()StringgetNeeded()PaginggetPaging()Deprecated.StringgetProvided()StringgetWarning()inthashCode()booleanisOk()voidsetComments(List<FileComment> comments)Deprecated.voidsetError(String error)voidsetFile(File file)voidsetNeeded(String needed)voidsetOk(boolean ok)voidsetPaging(Paging paging)Deprecated.voidsetProvided(String provided)voidsetWarning(String warning)StringtoString()
-
Constructor Details
-
FilesSharedPublicURLResponse
public FilesSharedPublicURLResponse()
-
-
Method Details
-
isOk
public boolean isOk()- Specified by:
isOkin interfaceSlackApiTextResponse
-
getWarning
- Specified by:
getWarningin interfaceSlackApiTextResponse
-
getError
- Specified by:
getErrorin interfaceSlackApiTextResponse
-
getNeeded
- Specified by:
getNeededin interfaceSlackApiTextResponse
-
getProvided
- Specified by:
getProvidedin interfaceSlackApiTextResponse
-
getFile
-
getComments
Deprecated. -
getPaging
Deprecated. -
setOk
public void setOk(boolean ok)- Specified by:
setOkin interfaceSlackApiTextResponse
-
setWarning
- Specified by:
setWarningin interfaceSlackApiTextResponse
-
setError
- Specified by:
setErrorin interfaceSlackApiTextResponse
-
setNeeded
- Specified by:
setNeededin interfaceSlackApiTextResponse
-
setProvided
- Specified by:
setProvidedin interfaceSlackApiTextResponse
-
setFile
-
setComments
Deprecated. -
setPaging
Deprecated. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-