Class AdminConversationsWhitelistRemoveRequest

java.lang.Object
com.slack.api.methods.request.admin.conversations.whitelist.AdminConversationsWhitelistRemoveRequest
All Implemented Interfaces:
SlackApiRequest

@Deprecated
public class AdminConversationsWhitelistRemoveRequest
extends java.lang.Object
implements SlackApiRequest
Deprecated.
https://api.slack.com/methods/admin.conversations.whitelist.remove
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder
    Deprecated.
     
  • Method Summary

    Modifier and Type Method Description
    static AdminConversationsWhitelistRemoveRequest.AdminConversationsWhitelistRemoveRequestBuilder builder()
    Deprecated.
     
    protected boolean canEqual​(java.lang.Object other)
    Deprecated.
     
    boolean equals​(java.lang.Object o)
    Deprecated.
     
    java.lang.String getChannelId()
    Deprecated.
    The channel to remove a whitelisted group for.
    java.lang.String getGroupId()
    Deprecated.
    The IDP Group ID to remove from the private channel whitelist.
    java.lang.String getTeamId()
    Deprecated.
    The workspace where the IDP Group and channel exist.
    java.lang.String getToken()
    Deprecated.
    Authentication token bearing required scopes.
    int hashCode()
    Deprecated.
     
    void setChannelId​(java.lang.String channelId)
    Deprecated.
    The channel to remove a whitelisted group for.
    void setGroupId​(java.lang.String groupId)
    Deprecated.
    The IDP Group ID to remove from the private channel whitelist.
    void setTeamId​(java.lang.String teamId)
    Deprecated.
    The workspace where the IDP Group and channel exist.
    void setToken​(java.lang.String token)
    Deprecated.
    Authentication token bearing required scopes.
    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 bearing required scopes.
      Specified by:
      getToken in interface SlackApiRequest
    • getChannelId

      public java.lang.String getChannelId()
      Deprecated.
      The channel to remove a whitelisted group for.
    • getGroupId

      public java.lang.String getGroupId()
      Deprecated.
      The IDP Group ID to remove from the private channel whitelist.
    • getTeamId

      public java.lang.String getTeamId()
      Deprecated.
      The workspace where the IDP Group and channel exist.
    • setToken

      public void setToken​(java.lang.String token)
      Deprecated.
      Authentication token bearing required scopes.
    • setChannelId

      public void setChannelId​(java.lang.String channelId)
      Deprecated.
      The channel to remove a whitelisted group for.
    • setGroupId

      public void setGroupId​(java.lang.String groupId)
      Deprecated.
      The IDP Group ID to remove from the private channel whitelist.
    • setTeamId

      public void setTeamId​(java.lang.String teamId)
      Deprecated.
      The workspace where the IDP Group and channel exist.
    • 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