|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
waggle.core.info.XDTO
waggle.common.modules.object.infos.XObjectInfo
waggle.common.modules.tag.infos.XTagableInfo
waggle.common.modules.user.infos.XUserDetailsInfo
public class XUserDetailsInfo
User Extended Information DTO.
| Field Summary | |
|---|---|
boolean |
ActOnBehalfOfWhether the User has act on behalf of privilege. |
boolean |
AdminWhether the User has admin privilege. |
boolean |
AppSharingThe User's Content Quota Max setting. |
long |
AppSharingQuotaMaxThe User's App Sharing Quota Max setting. |
boolean |
AppSharingQuotaMaxHardLimitThe User's App Sharing Quota Max is a Hard Limit setting. |
long |
ContentQuotaMaxThe User's Content Quota Max setting. |
boolean |
ContentQuotaMaxHardLimitThe User's Content Quota Max is a Hard Limit setting. |
boolean |
DeveloperWhether the User has developer privilege. |
boolean |
LockedWhether the User is locked. |
String |
RealmDataThe Realm data. |
XObjectID |
RealmIDThe Realm ID. |
boolean |
SlotWhether the User has a slot or not. |
XUserInfo |
UserInfoThe basic User info. |
boolean |
VoiceHardThe User's Voice Hard enabled status. |
long |
VoiceHardQuotaMaxThe User's Voice Hard Quota Max setting. |
boolean |
VoiceHardQuotaMaxHardLimitThe User's Voice Hard Quota Max is a Hard Limit setting. |
boolean |
VoiceSoftThe User's Voice Soft enabled status. |
long |
VoiceSoftQuotaMaxThe User's Voice Soft Quota Max setting. |
boolean |
VoiceSoftQuotaMaxHardLimitThe User's Voice Soft Quota Max is a Hard Limit setting. |
| Fields inherited from class waggle.common.modules.tag.infos.XTagableInfo |
|---|
TagInfos |
| Fields inherited from class waggle.common.modules.object.infos.XObjectInfo |
|---|
ConversationID, CreatedByScaledPictureID, CreatedByUserID, CreatedByUserName, CreatedOnBehalfOfUserID, CreatedOnBehalfOfUserName, CreatedTimestamp, ID, Latitude, Longitude, ModifiedByScaledPictureID, ModifiedByUserID, ModifiedByUserName, ModifiedOnBehalfOfUserID, ModifiedOnBehalfOfUserName, ModifiedTimestamp, Name, ObjectType, ParentID, Removed, RemovedByUserID, RemovedTimestamp, TrackID |
| Constructor Summary | |
|---|---|
XUserDetailsInfo() |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public XUserInfo UserInfo
public XObjectID RealmID
public String RealmData
public boolean Admin
public boolean Developer
public boolean ActOnBehalfOf
public boolean Slot
public boolean Locked
public long ContentQuotaMax
public boolean ContentQuotaMaxHardLimit
public boolean VoiceHard
public long VoiceHardQuotaMax
public boolean VoiceHardQuotaMaxHardLimit
public boolean VoiceSoft
public long VoiceSoftQuotaMax
public boolean VoiceSoftQuotaMaxHardLimit
public boolean AppSharing
public long AppSharingQuotaMax
public boolean AppSharingQuotaMaxHardLimit
| Constructor Detail |
|---|
public XUserDetailsInfo()
|
Oracle® On Track Communication SDK Documentation Release 1(1.0) E20955-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||