Package com.slack.api.model
Class Group.GroupBuilder
java.lang.Object
com.slack.api.model.Group.GroupBuilder
- Enclosing class:
- Group
-
Method Summary
Modifier and TypeMethodDescriptionarchived(boolean archived) build()group(boolean group) mpim(boolean mpim) nameNormalized(String nameNormalized) open(boolean open) parentGroup(String parentGroup) readOnly(boolean readOnly) threadOnly(boolean threadOnly) toString()unreadCount(Integer unreadCount) unreadCountDisplay(Integer unreadCountDisplay)
-
Method Details
-
id
- Returns:
this.
-
name
- Returns:
this.
-
nameNormalized
- Returns:
this.
-
group
- Returns:
this.
-
created
- Returns:
this.
-
creator
- Returns:
this.
-
archived
- Returns:
this.
-
mpim
- Returns:
this.
-
open
- Returns:
this.
-
readOnly
- Returns:
this.
-
threadOnly
- Returns:
this.
-
members
- Returns:
this.
-
parentGroup
- Returns:
this.
-
topic
- Returns:
this.
-
purpose
- Returns:
this.
-
lastRead
- Returns:
this.
-
latest
- Returns:
this.
-
unreadCount
- Returns:
this.
-
unreadCountDisplay
- Returns:
this.
-
priority
- Returns:
this.
-
build
-
toString
-