public class ChatChannelsAllowed extends Object implements Serializable
| Modifier and Type | Class and Description |
|---|---|
static class |
ChatChannelsAllowed.AccessorTypeEnum
accessor_type string
|
| Constructor and Description |
|---|
ChatChannelsAllowed() |
| Modifier and Type | Method and Description |
|---|---|
ChatChannelsAllowed |
accessorId(Integer accessorId) |
ChatChannelsAllowed |
accessorType(ChatChannelsAllowed.AccessorTypeEnum accessorType) |
boolean |
equals(Object o) |
Integer |
getAccessorId()
ID of an allowed channel member
|
ChatChannelsAllowed.AccessorTypeEnum |
getAccessorType()
accessor_type string
|
int |
hashCode() |
void |
setAccessorId(Integer accessorId) |
void |
setAccessorType(ChatChannelsAllowed.AccessorTypeEnum accessorType) |
String |
toString() |
public ChatChannelsAllowed accessorId(Integer accessorId)
public Integer getAccessorId()
public void setAccessorId(Integer accessorId)
public ChatChannelsAllowed accessorType(ChatChannelsAllowed.AccessorTypeEnum accessorType)
public ChatChannelsAllowed.AccessorTypeEnum getAccessorType()
public void setAccessorType(ChatChannelsAllowed.AccessorTypeEnum accessorType)
Copyright © 2018. All Rights Reserved.