Package com.alfresco.content.models
Class PersonBodyCreate
-
- All Implemented Interfaces:
@JsonClass(generateAdapter = true) public final class PersonBodyCreate
-
-
Field Summary
Fields Modifier and Type Field Description private Stringidprivate StringfirstNameprivate Stringemailprivate Stringpasswordprivate StringlastNameprivate Stringdescriptionprivate StringskypeIdprivate StringgoogleIdprivate StringinstantMessageIdprivate StringjobTitleprivate Stringlocationprivate Companycompanyprivate Stringmobileprivate Stringtelephoneprivate StringuserStatusprivate Booleanenabledprivate BooleanemailNotificationsEnabledprivate List<String>aspectNamesprivate Map<String, Object>properties
-
Constructor Summary
Constructors Constructor Description PersonBodyCreate(String id, String firstName, String email, String password, String lastName, String description, String skypeId, String googleId, String instantMessageId, String jobTitle, String location, Company company, String mobile, String telephone, String userStatus, Boolean enabled, Boolean emailNotificationsEnabled, List<String> aspectNames, Map<String, Object> properties)
-
Method Summary
Modifier and Type Method Description final StringgetId()final UnitsetId(@Json(name = "id") String id)final StringgetFirstName()final UnitsetFirstName(@Json(name = "firstName") String firstName)final StringgetEmail()final UnitsetEmail(@Json(name = "email") String email)final StringgetPassword()final UnitsetPassword(@Json(name = "password") String password)final StringgetLastName()final UnitsetLastName(@Json(name = "lastName") String lastName)final StringgetDescription()final UnitsetDescription(@Json(name = "description") String description)final StringgetSkypeId()final UnitsetSkypeId(@Json(name = "skypeId") String skypeId)final StringgetGoogleId()final UnitsetGoogleId(@Json(name = "googleId") String googleId)final StringgetInstantMessageId()final UnitsetInstantMessageId(@Json(name = "instantMessageId") String instantMessageId)final StringgetJobTitle()final UnitsetJobTitle(@Json(name = "jobTitle") String jobTitle)final StringgetLocation()final UnitsetLocation(@Json(name = "location") String location)final CompanygetCompany()final UnitsetCompany(@Json(name = "company") Company company)final StringgetMobile()final UnitsetMobile(@Json(name = "mobile") String mobile)final StringgetTelephone()final UnitsetTelephone(@Json(name = "telephone") String telephone)final StringgetUserStatus()final UnitsetUserStatus(@Json(name = "userStatus") String userStatus)final BooleangetEnabled()final UnitsetEnabled(@Json(name = "enabled") Boolean enabled)final BooleangetEmailNotificationsEnabled()final UnitsetEmailNotificationsEnabled(@Json(name = "emailNotificationsEnabled") Boolean emailNotificationsEnabled)final List<String>getAspectNames()final UnitsetAspectNames(@Json(name = "aspectNames") List<String> aspectNames)final Map<String, Object>getProperties()final UnitsetProperties(@Json(name = "properties") Map<String, Object> properties)-
-
Constructor Detail
-
PersonBodyCreate
PersonBodyCreate(String id, String firstName, String email, String password, String lastName, String description, String skypeId, String googleId, String instantMessageId, String jobTitle, String location, Company company, String mobile, String telephone, String userStatus, Boolean enabled, Boolean emailNotificationsEnabled, List<String> aspectNames, Map<String, Object> properties)
-
-
Method Detail
-
getFirstName
final String getFirstName()
-
setFirstName
final Unit setFirstName(@Json(name = "firstName") String firstName)
-
getPassword
final String getPassword()
-
setPassword
final Unit setPassword(@Json(name = "password") String password)
-
getLastName
final String getLastName()
-
setLastName
final Unit setLastName(@Json(name = "lastName") String lastName)
-
getDescription
final String getDescription()
-
setDescription
final Unit setDescription(@Json(name = "description") String description)
-
getSkypeId
final String getSkypeId()
-
setSkypeId
final Unit setSkypeId(@Json(name = "skypeId") String skypeId)
-
getGoogleId
final String getGoogleId()
-
setGoogleId
final Unit setGoogleId(@Json(name = "googleId") String googleId)
-
getInstantMessageId
final String getInstantMessageId()
-
setInstantMessageId
final Unit setInstantMessageId(@Json(name = "instantMessageId") String instantMessageId)
-
getJobTitle
final String getJobTitle()
-
setJobTitle
final Unit setJobTitle(@Json(name = "jobTitle") String jobTitle)
-
getLocation
final String getLocation()
-
setLocation
final Unit setLocation(@Json(name = "location") String location)
-
getCompany
final Company getCompany()
-
setCompany
final Unit setCompany(@Json(name = "company") Company company)
-
getTelephone
final String getTelephone()
-
setTelephone
final Unit setTelephone(@Json(name = "telephone") String telephone)
-
getUserStatus
final String getUserStatus()
-
setUserStatus
final Unit setUserStatus(@Json(name = "userStatus") String userStatus)
-
getEnabled
final Boolean getEnabled()
-
setEnabled
final Unit setEnabled(@Json(name = "enabled") Boolean enabled)
-
getEmailNotificationsEnabled
final Boolean getEmailNotificationsEnabled()
-
setEmailNotificationsEnabled
final Unit setEmailNotificationsEnabled(@Json(name = "emailNotificationsEnabled") Boolean emailNotificationsEnabled)
-
getAspectNames
final List<String> getAspectNames()
-
setAspectNames
final Unit setAspectNames(@Json(name = "aspectNames") List<String> aspectNames)
-
getProperties
final Map<String, Object> getProperties()
-
setProperties
final Unit setProperties(@Json(name = "properties") Map<String, Object> properties)
-
-
-
-