Class ConversationsApproveSharedInviteRequest

java.lang.Object
com.slack.api.methods.request.conversations.ConversationsApproveSharedInviteRequest
All Implemented Interfaces:
SlackApiRequest

public class ConversationsApproveSharedInviteRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/conversations.approveSharedInvite
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getInviteId

      public String getInviteId()
      ID of the shared channel invite to approve
    • getTargetTeam

      public String getTargetTeam()
      The team or enterprise id of the other party involved in the invitation you are approving
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes. Tokens should be passed as an HTTP Authorization header or alternatively, as a POST parameter.
      Specified by:
      setToken in interface SlackApiRequest
    • setInviteId

      public void setInviteId(String inviteId)
      ID of the shared channel invite to approve
    • setTargetTeam

      public void setTargetTeam(String targetTeam)
      The team or enterprise id of the other party involved in the invitation you are approving
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object