Class AdminAppsClearResolutionRequest

java.lang.Object
com.slack.api.methods.request.admin.apps.AdminAppsClearResolutionRequest
All Implemented Interfaces:
SlackApiRequest

public class AdminAppsClearResolutionRequest
extends java.lang.Object
implements SlackApiRequest
https://api.slack.com/methods/admin.apps.clearResolution
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Class Description
    static class  AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder  
  • Method Summary

    Modifier and Type Method Description
    static AdminAppsClearResolutionRequest.AdminAppsClearResolutionRequestBuilder builder()  
    protected boolean canEqual​(java.lang.Object other)  
    boolean equals​(java.lang.Object o)  
    java.lang.String getAppId()
    The id of the app whose resolution you want to clear/undo.
    java.lang.String getEnterpriseId()
    The enterprise to clear the app resolution from
    java.lang.String getTeamId()
    The workspace to clear the app resolution from
    java.lang.String getToken()
    Authentication token bearing required scopes.
    int hashCode()  
    void setAppId​(java.lang.String appId)
    The id of the app whose resolution you want to clear/undo.
    void setEnterpriseId​(java.lang.String enterpriseId)
    The enterprise to clear the app resolution from
    void setTeamId​(java.lang.String teamId)
    The workspace to clear the app resolution from
    void setToken​(java.lang.String token)
    Authentication token bearing required scopes.
    java.lang.String toString()  

    Methods inherited from class java.lang.Object

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

    • builder

    • getToken

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

      public java.lang.String getAppId()
      The id of the app whose resolution you want to clear/undo.
    • getEnterpriseId

      public java.lang.String getEnterpriseId()
      The enterprise to clear the app resolution from
    • getTeamId

      public java.lang.String getTeamId()
      The workspace to clear the app resolution from
    • setToken

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

      public void setAppId​(java.lang.String appId)
      The id of the app whose resolution you want to clear/undo.
    • setEnterpriseId

      public void setEnterpriseId​(java.lang.String enterpriseId)
      The enterprise to clear the app resolution from
    • setTeamId

      public void setTeamId​(java.lang.String teamId)
      The workspace to clear the app resolution from
    • equals

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

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

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

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