@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","SlackAppUninstalledEventIF"}) @Immutable public final class SlackAppUninstalledEvent extends Object implements SlackAppUninstalledEventIF
SlackAppUninstalledEventIF.
Use the builder to create immutable instances:
SlackAppUninstalledEvent.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
SlackAppUninstalledEvent.Builder
Builds instances of type
SlackAppUninstalledEvent. |
| Modifier and Type | Method and Description |
|---|---|
static SlackAppUninstalledEvent.Builder |
builder()
Creates a builder for
SlackAppUninstalledEvent. |
static SlackAppUninstalledEvent |
copyOf(SlackAppUninstalledEventIF instance)
Creates an immutable copy of a
SlackAppUninstalledEventIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
SlackAppUninstalledEvent that have equal attribute values. |
SlackEventType |
getType() |
int |
hashCode()
Computes a hash code from attributes:
type. |
String |
toString()
Prints the immutable value
SlackAppUninstalledEvent with attribute values. |
SlackAppUninstalledEvent |
withType(SlackEventType type)
Copy the current immutable object by setting a value for the
type attribute. |
clone, finalize, getClass, notify, notifyAll, wait, wait, waitgetTstoDetailedEventpublic SlackEventType getType()
getType in interface SlackEventtype attributepublic final SlackAppUninstalledEvent withType(SlackEventType type)
type attribute.
A shallow reference equality check is used to prevent copying of the same value by returning this.type - A new value for typethis objectpublic boolean equals(@Nullable Object another)
SlackAppUninstalledEvent that have equal attribute values.public int hashCode()
type.public String toString()
SlackAppUninstalledEvent with attribute values.public static SlackAppUninstalledEvent copyOf(SlackAppUninstalledEventIF instance)
SlackAppUninstalledEventIF value.
Uses accessors to get values to initialize the new immutable instance.
If an instance is already immutable, it is returned as is.instance - The instance to copypublic static SlackAppUninstalledEvent.Builder builder()
SlackAppUninstalledEvent.Copyright © 2020. All rights reserved.