Class CallsInfoRequest

java.lang.Object
com.slack.api.methods.request.calls.CallsInfoRequest
All Implemented Interfaces:
SlackApiRequest

public class CallsInfoRequest extends Object implements SlackApiRequest
  • Method Details

    • builder

    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • getId

      public String getId()
      id of the Call returned by the calls.add method.
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
    • setId

      public void setId(String id)
      id of the Call returned by the calls.add method.
    • 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