Package com.slack.api.model
Class File.Shares
- java.lang.Object
-
- com.slack.api.model.File.Shares
-
-
Constructor Summary
Constructors Constructor Description Shares()
-
Method Summary
All Methods Instance Methods Concrete Methods 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()
-
-
-
Method Detail
-
getPublicChannels
public Map<String,List<File.ShareDetail>> getPublicChannels()
The key of the Map: channel ID
-
getPrivateChannels
public Map<String,List<File.ShareDetail>> getPrivateChannels()
The key of the Map: channel ID
-
setPublicChannels
public void setPublicChannels(Map<String,List<File.ShareDetail>> publicChannels)
The key of the Map: channel ID
-
setPrivateChannels
public void setPrivateChannels(Map<String,List<File.ShareDetail>> privateChannels)
The key of the Map: channel ID
-
canEqual
protected boolean canEqual(Object other)
-
-