Class ChannelsJoinRequest

java.lang.Object
com.slack.api.methods.request.channels.ChannelsJoinRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated
public class ChannelsJoinRequest
extends java.lang.Object
implements SlackApiRequest
Deprecated.
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  ChannelsJoinRequest.ChannelsJoinRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static ChannelsJoinRequest.ChannelsJoinRequestBuilder builder()
    Deprecated.
     
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getName()
    Deprecated.
    Name of channel to join
    java.lang.String getToken()
    Deprecated.
    Authentication token.
    int hashCode()
    Deprecated.
     
    boolean isValidate()
    Deprecated.
    Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
    void setName​(java.lang.String name)
    Deprecated.
    Name of channel to join
    void setToken​(java.lang.String token)
    Deprecated.
    Authentication token.
    void setValidate​(boolean validate)
    Deprecated.
    Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
    java.lang.String toString()
    Deprecated.
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Method Details

    • builder

      Deprecated.
    • getToken

      public java.lang.String getToken()
      Deprecated.
      Authentication token. Requires scope: `channels:write`
      Specified by:
      getToken in interface SlackApiRequest
    • getName

      public java.lang.String getName()
      Deprecated.
      Name of channel to join
    • isValidate

      public boolean isValidate()
      Deprecated.
      Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
    • setToken

      public void setToken​(java.lang.String token)
      Deprecated.
      Authentication token. Requires scope: `channels:write`
    • setName

      public void setName​(java.lang.String name)
      Deprecated.
      Name of channel to join
    • setValidate

      public void setValidate​(boolean validate)
      Deprecated.
      Whether to return errors on invalid channel name instead of modifying it to meet the specified criteria.
    • equals

      public boolean equals​(java.lang.Object o)
      Deprecated.
      Overrides:
      equals in class java.lang.Object
    • canEqual

      protected boolean canEqual​(java.lang.Object other)
      Deprecated.
    • hashCode

      public int hashCode()
      Deprecated.
      Overrides:
      hashCode in class java.lang.Object
    • toString

      public java.lang.String toString()
      Deprecated.
      Overrides:
      toString in class java.lang.Object