Class GroupsInfoRequest.GroupsInfoRequestBuilder
java.lang.Object
com.slack.api.methods.request.groups.GroupsInfoRequest.GroupsInfoRequestBuilder
- Enclosing class:
- GroupsInfoRequest
public static class GroupsInfoRequest.GroupsInfoRequestBuilder
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description GroupsInfoRequestbuild()GroupsInfoRequest.GroupsInfoRequestBuilderchannel(java.lang.String channel)Private channel to get info onGroupsInfoRequest.GroupsInfoRequestBuilderincludeLocale(boolean includeLocale)Set this to `true` to receive the locale for this group.GroupsInfoRequest.GroupsInfoRequestBuildertoken(java.lang.String token)Authentication token.java.lang.StringtoString()
-
Method Details
-
token
Authentication token. Requires scope: `groups:read`- Returns:
this.
-
channel
Private channel to get info on- Returns:
this.
-
includeLocale
Set this to `true` to receive the locale for this group. Defaults to `false`- Returns:
this.
-
build
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-