public class NamedUserAttributePayload extends NamedUserModelObject
| Modifier and Type | Class and Description |
|---|---|
static class |
NamedUserAttributePayload.Builder
NamedAttributePayload Builder
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
<any> |
getAttributes()
Get the list of attributes to be added to the named user.
|
int |
hashCode() |
static NamedUserAttributePayload.Builder |
newBuilder() |
java.lang.String |
toString() |
toJSONtoJSONpublic static NamedUserAttributePayload.Builder newBuilder()
public <any> getAttributes()
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