@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-02-12T14:56:03.264844-05:00[America/New_York]") public class ChannelRequest extends Object
Modifier and Type | Field and Description |
---|---|
static String |
JSON_PROPERTY_NAME |
static String |
JSON_PROPERTY_USER_GROUPS |
Constructor and Description |
---|
ChannelRequest() |
Modifier and Type | Method and Description |
---|---|
ChannelRequest |
addUserGroupsItem(String userGroupsItem) |
boolean |
equals(Object o)
Return true if this ChannelRequest object is equal to o.
|
String |
getName()
Get name
|
List<String> |
getUserGroups()
Get userGroups
|
int |
hashCode() |
ChannelRequest |
name(String name) |
void |
setName(String name) |
void |
setUserGroups(List<String> userGroups) |
String |
toString() |
ChannelRequest |
userGroups(List<String> userGroups) |
public static final String JSON_PROPERTY_NAME
public static final String JSON_PROPERTY_USER_GROUPS
public ChannelRequest name(String name)
public void setName(String name)
public ChannelRequest userGroups(List<String> userGroups)
public ChannelRequest addUserGroupsItem(String userGroupsItem)
public boolean equals(Object o)