public class NamedUserUpdatePayload extends NamedUserModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
NamedUserUpdatePayload.Builder
NamedUserUpdatePayload Builder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
NamedUserUpdateChannelAction |
getAction()
Get the action to associate or disassociate the named user.
|
<any> |
getAddTags()
Get the list of tags to be added to the named user.
|
<any> |
getAttributes()
Get the list of attributes to be added to the named user.
|
<any> |
getChannels()
Get the list of channels to be associated or disassociated to the named user.
|
<any> |
getRemoveTags()
Get the list of tags to be removed to the named user.
|
<any> |
getSetTags()
Get the list of tags to be set to the named user.
|
int |
hashCode() |
static NamedUserUpdatePayload.Builder |
newBuilder() |
java.lang.String |
toString() |
toJSONtoJSONpublic static NamedUserUpdatePayload.Builder newBuilder()
public <any> getChannels()
public <any> getAttributes()
public <any> getAddTags()
public <any> getSetTags()
public <any> getRemoveTags()
public NamedUserUpdateChannelAction getAction()
public boolean equals(java.lang.Object o)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object