Class AdminUsergroupsListChannelsRequest
java.lang.Object
com.slack.api.methods.request.admin.usergroups.AdminUsergroupsListChannelsRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminUsergroupsListChannelsRequest extends java.lang.Object implements SlackApiRequest
https://api.slack.com/methods/admin.usergroups.listChannels
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilderbuilder()protected booleancanEqual(java.lang.Object other)booleanequals(java.lang.Object o)java.lang.BooleangetIncludeNumMembers()Flag to include or exclude the count of members per channel.java.lang.StringgetTeamId()ID of the the workspace.java.lang.StringgetToken()Authentication token bearing required scopes.java.lang.StringgetUsergroupId()ID of the IDP group to list default channels for.inthashCode()voidsetIncludeNumMembers(java.lang.Boolean includeNumMembers)Flag to include or exclude the count of members per channel.voidsetTeamId(java.lang.String teamId)ID of the the workspace.voidsetToken(java.lang.String token)Authentication token bearing required scopes.voidsetUsergroupId(java.lang.String usergroupId)ID of the IDP group to list default channels for.java.lang.StringtoString()
-
Method Details
-
builder
public static AdminUsergroupsListChannelsRequest.AdminUsergroupsListChannelsRequestBuilder builder() -
getToken
public java.lang.String getToken()Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getUsergroupId
public java.lang.String getUsergroupId()ID of the IDP group to list default channels for. -
getIncludeNumMembers
public java.lang.Boolean getIncludeNumMembers()Flag to include or exclude the count of members per channel. -
getTeamId
public java.lang.String getTeamId()ID of the the workspace. -
setToken
public void setToken(java.lang.String token)Authentication token bearing required scopes. -
setUsergroupId
public void setUsergroupId(java.lang.String usergroupId)ID of the IDP group to list default channels for. -
setIncludeNumMembers
public void setIncludeNumMembers(java.lang.Boolean includeNumMembers)Flag to include or exclude the count of members per channel. -
setTeamId
public void setTeamId(java.lang.String teamId)ID of the the workspace. -
equals
public boolean equals(java.lang.Object o)- Overrides:
equalsin classjava.lang.Object
-
canEqual
protected boolean canEqual(java.lang.Object other) -
hashCode
public int hashCode()- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-