Package com.slack.api.model
Class Group.GroupBuilder
java.lang.Object
com.slack.api.model.Group.GroupBuilder
- Enclosing class:
- Group
public static class Group.GroupBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description Group.GroupBuilderarchived(boolean archived)Groupbuild()Group.GroupBuildercreated(java.lang.Integer created)Group.GroupBuildercreator(java.lang.String creator)Group.GroupBuildergroup(boolean group)Group.GroupBuilderid(java.lang.String id)Group.GroupBuilderlastRead(java.lang.String lastRead)Group.GroupBuilderlatest(Latest latest)Group.GroupBuildermembers(java.util.List<java.lang.String> members)Group.GroupBuildermpim(boolean mpim)Group.GroupBuildername(java.lang.String name)Group.GroupBuildernameNormalized(java.lang.String nameNormalized)Group.GroupBuilderopen(boolean open)Group.GroupBuilderparentGroup(java.lang.String parentGroup)Group.GroupBuilderpriority(java.lang.Double priority)Group.GroupBuilderpurpose(Purpose purpose)Group.GroupBuilderreadOnly(boolean readOnly)Group.GroupBuilderthreadOnly(boolean threadOnly)Group.GroupBuildertopic(Topic topic)java.lang.StringtoString()Group.GroupBuilderunreadCount(java.lang.Integer unreadCount)Group.GroupBuilderunreadCountDisplay(java.lang.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
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-