@ParametersAreNonnullByDefault @Generated(value={"Immutables.generator","ConversationUnarchiveParamsIF"}) @Immutable public final class ConversationUnarchiveParams extends Object implements ConversationUnarchiveParamsIF
ConversationUnarchiveParamsIF.
Use the builder to create immutable instances:
ConversationUnarchiveParams.builder().
| Modifier and Type | Class and Description |
|---|---|
static class |
ConversationUnarchiveParams.Builder
Builds instances of type
ConversationUnarchiveParams. |
| Modifier and Type | Method and Description |
|---|---|
static ConversationUnarchiveParams.Builder |
builder()
Creates a builder for
ConversationUnarchiveParams. |
static ConversationUnarchiveParams |
copyOf(ConversationUnarchiveParamsIF instance)
Creates an immutable copy of a
ConversationUnarchiveParamsIF value. |
boolean |
equals(Object another)
This instance is equal to all instances of
ConversationUnarchiveParams that have equal attribute values. |
String |
getChannelId() |
int |
hashCode()
Computes a hash code from attributes:
channelId. |
String |
toString()
Prints the immutable value
ConversationUnarchiveParams with attribute values. |
ConversationUnarchiveParams |
withChannelId(String channelId)
Copy the current immutable object by setting a value for the
channelId attribute. |
public String getChannelId()
getChannelId in interface HasChannelgetChannelId in interface ConversationUnarchiveParamsIFchannelId attributepublic final ConversationUnarchiveParams withChannelId(String channelId)
channelId attribute.
An equals check used to prevent copying of the same value by returning this.channelId - A new value for channelIdthis objectpublic boolean equals(@Nullable Object another)
ConversationUnarchiveParams that have equal attribute values.public int hashCode()
channelId.public String toString()
ConversationUnarchiveParams with attribute values.public static ConversationUnarchiveParams copyOf(ConversationUnarchiveParamsIF instance)
ConversationUnarchiveParamsIF 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 ConversationUnarchiveParams.Builder builder()
ConversationUnarchiveParams.Copyright © 2019. All rights reserved.