Class AdminTeamsAdminsListRequest
java.lang.Object
com.slack.api.methods.request.admin.teams.AdminTeamsAdminsListRequest
- All Implemented Interfaces:
SlackApiRequest
public class AdminTeamsAdminsListRequest extends Object implements SlackApiRequest
https://api.slack.com/methods/admin.teams.admins.list
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAdminTeamsAdminsListRequest.AdminTeamsAdminsListRequestBuilder -
Method Summary
Modifier and Type Method Description static AdminTeamsAdminsListRequest.AdminTeamsAdminsListRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetCursor()Set cursor to next_cursor returned by the previous call to list items in the next pageIntegergetLimit()The maximum number of items to return.StringgetTeamId()Workspace Id.StringgetToken()Authentication token bearing required scopes.inthashCode()voidsetCursor(String cursor)Set cursor to next_cursor returned by the previous call to list items in the next pagevoidsetLimit(Integer limit)The maximum number of items to return.voidsetTeamId(String teamId)Workspace Id.voidsetToken(String token)Authentication token bearing required scopes.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes.- Specified by:
getTokenin interfaceSlackApiRequest
-
getCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
getLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
getTeamId
Workspace Id. -
setToken
Authentication token bearing required scopes. -
setCursor
Set cursor to next_cursor returned by the previous call to list items in the next page -
setLimit
The maximum number of items to return. Must be between 1 - 1000 both inclusive. -
setTeamId
Workspace Id. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-