Class ResourcesRemovedEvent.Resource

java.lang.Object
com.slack.api.model.event.ResourcesRemovedEvent.Resource
Enclosing class:
ResourcesRemovedEvent

public static class ResourcesRemovedEvent.Resource
extends java.lang.Object
  • Constructor Details

  • Method Details

    • getType

      public java.lang.String getType()
    • getGrant

      public ResourcesRemovedEvent.Grant getGrant()
    • setType

      public void setType​(java.lang.String type)
    • setGrant

      public void setGrant​(ResourcesRemovedEvent.Grant grant)
    • 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