Class ChannelsInfoRequest

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

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

    Nested Classes 
    Modifier and Type Class Description
    static class  ChannelsInfoRequest.ChannelsInfoRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static ChannelsInfoRequest.ChannelsInfoRequestBuilder builder()
    Deprecated.
     
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getChannel()
    Deprecated.
    Channel to get info on
    java.lang.String getToken()
    Deprecated.
    Authentication token.
    int hashCode()
    Deprecated.
     
    boolean isIncludeLocale()
    Deprecated.
    Set this to `true` to receive the locale for this channel.
    void setChannel​(java.lang.String channel)
    Deprecated.
    Channel to get info on
    void setIncludeLocale​(boolean includeLocale)
    Deprecated.
    Set this to `true` to receive the locale for this channel.
    void setToken​(java.lang.String token)
    Deprecated.
    Authentication token.
    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:read`
      Specified by:
      getToken in interface SlackApiRequest
    • isIncludeLocale

      public boolean isIncludeLocale()
      Deprecated.
      Set this to `true` to receive the locale for this channel. Defaults to `false`
    • getChannel

      public java.lang.String getChannel()
      Deprecated.
      Channel to get info on
    • setToken

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

      public void setIncludeLocale​(boolean includeLocale)
      Deprecated.
      Set this to `true` to receive the locale for this channel. Defaults to `false`
    • setChannel

      public void setChannel​(java.lang.String channel)
      Deprecated.
      Channel to get info on
    • 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