Class ConversationsInviteSharedRequest
java.lang.Object
com.slack.api.methods.request.conversations.ConversationsInviteSharedRequest
- All Implemented Interfaces:
SlackApiRequest
public class ConversationsInviteSharedRequest extends Object implements SlackApiRequest
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classConversationsInviteSharedRequest.ConversationsInviteSharedRequestBuilder -
Method Summary
Modifier and Type Method Description static ConversationsInviteSharedRequest.ConversationsInviteSharedRequestBuilderbuilder()protected booleancanEqual(Object other)booleanequals(Object o)StringgetChannel()ID of the channel on your team that you'd like to shareList<String>getEmails()Optional email to receive this invite.StringgetToken()Authentication token bearing required scopes.List<String>getUserIds()Optional user_id to receive this invite.inthashCode()voidsetChannel(String channel)ID of the channel on your team that you'd like to sharevoidsetEmails(List<String> emails)Optional email to receive this invite.voidsetToken(String token)Authentication token bearing required scopes.voidsetUserIds(List<String> userIds)Optional user_id to receive this invite.StringtoString()
-
Method Details
-
builder
-
getToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.- Specified by:
getTokenin interfaceSlackApiRequest
-
getChannel
ID of the channel on your team that you'd like to share -
getEmails
Optional email to receive this invite. Either emails or user_ids must be provided. -
getUserIds
Optional user_id to receive this invite. Either emails or user_ids must be provided. -
setToken
Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter. -
setChannel
ID of the channel on your team that you'd like to share -
setEmails
Optional email to receive this invite. Either emails or user_ids must be provided. -
setUserIds
Optional user_id to receive this invite. Either emails or user_ids must be provided. -
equals
-
canEqual
-
hashCode
public int hashCode() -
toString
-