Package com.slack.api.model
Class File.Shares
java.lang.Object
com.slack.api.model.File.Shares
- Enclosing class:
- File
public static class File.Shares extends Object
-
Constructor Summary
Constructors Constructor Description Shares() -
Method Summary
Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)Map<String,List<File.ShareDetail>>getPrivateChannels()The key of the Map: channel IDMap<String,List<File.ShareDetail>>getPublicChannels()The key of the Map: channel IDinthashCode()voidsetPrivateChannels(Map<String,List<File.ShareDetail>> privateChannels)The key of the Map: channel IDvoidsetPublicChannels(Map<String,List<File.ShareDetail>> publicChannels)The key of the Map: channel IDStringtoString()
-
Constructor Details
-
Shares
public Shares()
-
-
Method Details
-
getPublicChannels
The key of the Map: channel ID -
getPrivateChannels
The key of the Map: channel ID -
setPublicChannels
The key of the Map: channel ID -
setPrivateChannels
The key of the Map: channel ID -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-