| java.lang.Object | ||
| ↳ | com.zuora.api.object.Dynamic | |
| ↳ | com.zuora.api.GetUserInfoResponse | |
Java class for anonymous complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType>
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="TenantId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="TenantName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UserEmail" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UserFullName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="UserId" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="Username" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| tenantId | |||||||||||
| tenantName | |||||||||||
| userEmail | |||||||||||
| userFullName | |||||||||||
| userId | |||||||||||
| username | |||||||||||
|
[Expand]
Inherited Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the tenantId property.
| |||||||||||
Gets the value of the tenantName property.
| |||||||||||
Gets the value of the userEmail property.
| |||||||||||
Gets the value of the userFullName property.
| |||||||||||
Gets the value of the userId property.
| |||||||||||
Gets the value of the username property.
| |||||||||||
Sets the value of the tenantId property.
| |||||||||||
Sets the value of the tenantName property.
| |||||||||||
Sets the value of the userEmail property.
| |||||||||||
Sets the value of the userFullName property.
| |||||||||||
Sets the value of the userId property.
| |||||||||||
Sets the value of the username property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.zuora.api.object.Dynamic
| |||||||||||
From class
java.lang.Object
| |||||||||||
Gets the value of the tenantId property.
Gets the value of the tenantName property.
Gets the value of the userEmail property.
Gets the value of the userFullName property.
Gets the value of the userId property.
Gets the value of the username property.
Sets the value of the tenantId property.
| value | Allowed object is String |
|---|
Sets the value of the tenantName property.
| value | Allowed object is String |
|---|
Sets the value of the userEmail property.
| value | Allowed object is String |
|---|
Sets the value of the userFullName property.
| value | Allowed object is String |
|---|
Sets the value of the userId property.
| value | Allowed object is String |
|---|
Sets the value of the username property.
| value | Allowed object is String |
|---|