SocialVO Data Type
name | data type | description |
---|---|---|
hidden | boolean | |
fullName | string | |
isModerator | boolean | |
foundationUserId | number | |
stateName | string | |
uriCommunity | string | |
numberFriends | number | |
tenantId | number | |
forumId | number | |
userCode | string | |
userData | map of string | |
lastName | string | |
participantStatus | SocialRelationStatus | |
numberParticipations | number | |
lastUpdate | number | |
followingStatus | SocialRelationStatus | |
numberFollowers | number | |
createDate | number | |
idpId | string | |
numberFollowing | number | |
tenantUUID | string | |
numberModerations | number | |
state | UserState | |
privateContent | boolean | |
permissions | array of string | |
isAdmin | boolean | |
ecmInfo | map of object | |
followerStatus | SocialRelationStatus | |
tenantAdmin | boolean | |
admin | SocialVO | |
name | string | |
id | number | |
hasMobileWidget | boolean | |
isCommunityAdmin | boolean | |
customPage | boolean | |
description | string | |
page | string | |
approvalRequired | boolean | |
alias | string | |
type | SocialType | |
favorite | boolean | |
string |
Example
{ "hidden" : true, "fullName" : "...", "isModerator" : true, "foundationUserId" : 12345, "stateName" : "...", "uriCommunity" : "...", "numberFriends" : 12345, "tenantId" : 12345, "forumId" : 12345, "userCode" : "...", "userData" : { "property1" : "...", "property2" : "..." }, "lastName" : "...", "participantStatus" : "REJECTED", "numberParticipations" : 12345, "lastUpdate" : 12345, "followingStatus" : "REJECTED", "numberFollowers" : 12345, "createDate" : 12345, "idpId" : "...", "numberFollowing" : 12345, "tenantUUID" : "...", "numberModerations" : 12345, "state" : "ACTIVE", "privateContent" : true, "permissions" : [ "...", "..." ], "isAdmin" : true, "ecmInfo" : { "property1" : { }, "property2" : { } }, "followerStatus" : "PENDING", "tenantAdmin" : true, "admin" : { "hidden" : true, "fullName" : "...", "isModerator" : true, "foundationUserId" : 12345, "stateName" : "...", "uriCommunity" : "...", "numberFriends" : 12345, "tenantId" : 12345, "forumId" : 12345, "userCode" : "...", "userData" : { "property1" : "...", "property2" : "..." }, "lastName" : "...", "participantStatus" : "ITSELF", "numberParticipations" : 12345, "lastUpdate" : 12345, "followingStatus" : "PENDING", "numberFollowers" : 12345, "createDate" : 12345, "idpId" : "...", "numberFollowing" : 12345, "tenantUUID" : "...", "numberModerations" : 12345, "state" : "REMOVED", "privateContent" : true, "permissions" : [ "...", "..." ], "isAdmin" : true, "ecmInfo" : { "property1" : { }, "property2" : { } }, "followerStatus" : "NOT_RELATED", "tenantAdmin" : true, "admin" : { }, "name" : "...", "id" : 12345, "hasMobileWidget" : true, "isCommunityAdmin" : true, "customPage" : true, "description" : "...", "page" : "...", "approvalRequired" : true, "alias" : "...", "type" : "APPLICATION", "favorite" : true, "email" : "..." }, "name" : "...", "id" : 12345, "hasMobileWidget" : true, "isCommunityAdmin" : true, "customPage" : true, "description" : "...", "page" : "...", "approvalRequired" : true, "alias" : "...", "type" : "USER", "favorite" : true, "email" : "..." }