Class CallsEndRequest

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

public class CallsEndRequest extends Object implements SlackApiRequest
https://docs.slack.dev/reference/methods/calls.end
  • Method Details

    • builder

      public static CallsEndRequest.CallsEndRequestBuilder builder()
    • getToken

      public String getToken()
      Authentication token bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
      Returns:
      token string value or null
    • getId

      public String getId()
      id returned when registering the call using the calls.add method
    • getDuration

      public Integer getDuration()
      Call duration in seconds
    • setToken

      public void setToken(String token)
      Authentication token bearing required scopes.
      Specified by:
      setToken in interface SlackApiRequest
    • setId

      public void setId(String id)
      id returned when registering the call using the calls.add method
    • setDuration

      public void setDuration(Integer duration)
      Call duration in seconds
    • 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