Package com.slack.api.model
Class ConversationProperties.ThreadsRestrictedTo
- java.lang.Object
-
- com.slack.api.model.ConversationProperties.ThreadsRestrictedTo
-
- Enclosing class:
- ConversationProperties
public static class ConversationProperties.ThreadsRestrictedTo extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ConversationProperties.ThreadsRestrictedTo.ThreadsRestrictedToBuilder
-
Constructor Summary
Constructors Constructor Description ThreadsRestrictedTo()
ThreadsRestrictedTo(List<String> type, List<String> user)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ConversationProperties.ThreadsRestrictedTo.ThreadsRestrictedToBuilder
builder()
protected boolean
canEqual(Object other)
boolean
equals(Object o)
List<String>
getType()
List<String>
getUser()
int
hashCode()
void
setType(List<String> type)
void
setUser(List<String> user)
String
toString()
-
-
-
Method Detail
-
builder
public static ConversationProperties.ThreadsRestrictedTo.ThreadsRestrictedToBuilder builder()
-
canEqual
protected boolean canEqual(Object other)
-
-