|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201201.UserRecord
com.google.api.ads.dfp.axis.v201201.User
public class User
Represents a user of the system.
Users may be assigned at most one Role per network.
Each role
provides a user with permissions to perform specific operations.
Without a
role, they will not be able to perform any actions.
| Constructor Summary | |
|---|---|
User()
|
|
User(Long id,
String name,
String email,
Long roleId,
String roleName,
String preferredLocale,
long[] teamIds,
String userRecordType,
Boolean isActive,
Boolean isEmailNotificationAllowed)
|
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
static org.apache.axis.encoding.Deserializer |
getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Deserializer |
Boolean |
getIsActive()
Gets the isActive value for this User. |
Boolean |
getIsEmailNotificationAllowed()
Gets the isEmailNotificationAllowed value for this User. |
static org.apache.axis.encoding.Serializer |
getSerializer(String mechType,
Class _javaType,
QName _xmlType)
Get Custom Serializer |
static org.apache.axis.description.TypeDesc |
getTypeDesc()
Return type metadata object |
int |
hashCode()
|
void |
setIsActive(Boolean isActive)
Sets the isActive value for this User. |
void |
setIsEmailNotificationAllowed(Boolean isEmailNotificationAllowed)
Sets the isEmailNotificationAllowed value for this User. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201201.UserRecord |
|---|
getEmail, getId, getName, getPreferredLocale, getRoleId, getRoleName, getTeamIds, getTeamIds, getUserRecordType, setEmail, setId, setName, setPreferredLocale, setRoleId, setRoleName, setTeamIds, setTeamIds, setUserRecordType |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public User()
public User(Long id,
String name,
String email,
Long roleId,
String roleName,
String preferredLocale,
long[] teamIds,
String userRecordType,
Boolean isActive,
Boolean isEmailNotificationAllowed)
| Method Detail |
|---|
public Boolean getIsActive()
User is active. An inactive
user
cannot log in to the system or perform any operations.
This attribute is
read-only.public void setIsActive(Boolean isActive)
isActive - * Specifies whether or not the User is active. An inactive
user
cannot log in to the system or perform any operations.
This attribute is
read-only.public Boolean getIsEmailNotificationAllowed()
User wants to permit the
Publisher
Display Ads system to send email notifications
to his or her email address.
This attribute is optional and defaults to true.public void setIsEmailNotificationAllowed(Boolean isEmailNotificationAllowed)
isEmailNotificationAllowed - * Specifies whether or not the User wants to permit the
Publisher
Display Ads system to send email notifications
to his or her email address.
This attribute is optional and defaults to true.public boolean equals(Object obj)
equals in class UserRecordpublic int hashCode()
hashCode in class UserRecordpublic static org.apache.axis.description.TypeDesc getTypeDesc()
public static org.apache.axis.encoding.Serializer getSerializer(String mechType,
Class _javaType,
QName _xmlType)
public static org.apache.axis.encoding.Deserializer getDeserializer(String mechType,
Class _javaType,
QName _xmlType)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||