|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.google.api.ads.dfp.axis.v201208.UserRecord
com.google.api.ads.dfp.axis.v201208.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,
String userRecordType,
Boolean isActive,
Boolean isEmailNotificationAllowed,
String ordersUiLocalTimeZoneId)
|
|
| 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. |
String |
getOrdersUiLocalTimeZoneId()
Gets the ordersUiLocalTimeZoneId 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. |
void |
setOrdersUiLocalTimeZoneId(String ordersUiLocalTimeZoneId)
Sets the ordersUiLocalTimeZoneId value for this User. |
| Methods inherited from class com.google.api.ads.dfp.axis.v201208.UserRecord |
|---|
getEmail, getId, getName, getPreferredLocale, getRoleId, getRoleName, getUserRecordType, setEmail, setId, setName, setPreferredLocale, setRoleId, setRoleName, 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,
String userRecordType,
Boolean isActive,
Boolean isEmailNotificationAllowed,
String ordersUiLocalTimeZoneId)
| 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 String getOrdersUiLocalTimeZoneId()
User. Set this to null
to indicate that no such value is defined
for the User - UI then defaults to using
the Network's timezone.
This setting only affects the UI for this user
and does not in
particular affect the timezone of any dates and
times returned in API responses.public void setOrdersUiLocalTimeZoneId(String ordersUiLocalTimeZoneId)
ordersUiLocalTimeZoneId - * The long format timezone id (e.g. "America/Los_Angeles") used
in the orders and line items UI
for this User. Set this to null
to indicate that no such value is defined
for the User - UI then defaults to using
the Network's timezone.
This setting only affects the UI for this user
and does not in
particular affect the timezone of any dates and
times returned in API responses.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 | |||||||||