/*******************************************************************************
**NOTE** This code was generated by a tool and will occasionally be
overwritten. We welcome comments and issues regarding this code; they will be
addressed in the generation tool. If you wish to submit pull requests, please
do so for the templates in that tool.
This code was generated by Vipr (https://github.com/microsoft/vipr) using
the T4TemplateWriter (https://github.com/msopentech/vipr-t4templatewriter).
Copyright (c) Microsoft Open Technologies, Inc. All Rights Reserved.
Licensed under the Apache License 2.0; see LICENSE in the source repository
root for authoritative license information.
******************************************************************************/
package com.microsoft.services.graph;
/**
* The type User.
*/
public class User extends DirectoryObject {
public User(){
setODataType("#Microsoft.Graph.User");
}
private Boolean accountEnabled;
/**
* Gets the account Enabled.
*
* @return the Boolean
*/
public Boolean getAccountEnabled() {
return this.accountEnabled;
}
/**
* Sets the account Enabled.
*
* @param value the Boolean
*/
public void setAccountEnabled(Boolean value) {
this.accountEnabled = value;
valueChanged("accountEnabled", value);
}
private java.util.List<AssignedLicense> assignedLicenses = null;
/**
* Gets the assigned Licenses.
*
* @return the java.util.List<AssignedLicense>
*/
public java.util.List<AssignedLicense> getAssignedLicenses() {
return this.assignedLicenses;
}
/**
* Sets the assigned Licenses.
*
* @param value the java.util.List<AssignedLicense>
*/
public void setAssignedLicenses(java.util.List<AssignedLicense> value) {
this.assignedLicenses = value;
valueChanged("assignedLicenses", value);
}
private java.util.List<AssignedPlan> assignedPlans = null;
/**
* Gets the assigned Plans.
*
* @return the java.util.List<AssignedPlan>
*/
public java.util.List<AssignedPlan> getAssignedPlans() {
return this.assignedPlans;
}
/**
* Sets the assigned Plans.
*
* @param value the java.util.List<AssignedPlan>
*/
public void setAssignedPlans(java.util.List<AssignedPlan> value) {
this.assignedPlans = value;
valueChanged("assignedPlans", value);
}
private String city;
/**
* Gets the city.
*
* @return the String
*/
public String getCity() {
return this.city;
}
/**
* Sets the city.
*
* @param value the String
*/
public void setCity(String value) {
this.city = value;
valueChanged("city", value);
}
private String country;
/**
* Gets the country.
*
* @return the String
*/
public String getCountry() {
return this.country;
}
/**
* Sets the country.
*
* @param value the String
*/
public void setCountry(String value) {
this.country = value;
valueChanged("country", value);
}
private String department;
/**
* Gets the department.
*
* @return the String
*/
public String getDepartment() {
return this.department;
}
/**
* Sets the department.
*
* @param value the String
*/
public void setDepartment(String value) {
this.department = value;
valueChanged("department", value);
}
private Boolean dirSyncEnabled;
/**
* Gets the dir Sync Enabled.
*
* @return the Boolean
*/
public Boolean getDirSyncEnabled() {
return this.dirSyncEnabled;
}
/**
* Sets the dir Sync Enabled.
*
* @param value the Boolean
*/
public void setDirSyncEnabled(Boolean value) {
this.dirSyncEnabled = value;
valueChanged("dirSyncEnabled", value);
}
private String displayName;
/**
* Gets the display Name.
*
* @return the String
*/
public String getDisplayName() {
return this.displayName;
}
/**
* Sets the display Name.
*
* @param value the String
*/
public void setDisplayName(String value) {
this.displayName = value;
valueChanged("displayName", value);
}
private String facsimileTelephoneNumber;
/**
* Gets the facsimile Telephone Number.
*
* @return the String
*/
public String getFacsimileTelephoneNumber() {
return this.facsimileTelephoneNumber;
}
/**
* Sets the facsimile Telephone Number.
*
* @param value the String
*/
public void setFacsimileTelephoneNumber(String value) {
this.facsimileTelephoneNumber = value;
valueChanged("facsimileTelephoneNumber", value);
}
private String givenName;
/**
* Gets the given Name.
*
* @return the String
*/
public String getGivenName() {
return this.givenName;
}
/**
* Sets the given Name.
*
* @param value the String
*/
public void setGivenName(String value) {
this.givenName = value;
valueChanged("givenName", value);
}
private String immutableId;
/**
* Gets the immutable Id.
*
* @return the String
*/
public String getImmutableId() {
return this.immutableId;
}
/**
* Sets the immutable Id.
*
* @param value the String
*/
public void setImmutableId(String value) {
this.immutableId = value;
valueChanged("immutableId", value);
}
private String jobTitle;
/**
* Gets the job Title.
*
* @return the String
*/
public String getJobTitle() {
return this.jobTitle;
}
/**
* Sets the job Title.
*
* @param value the String
*/
public void setJobTitle(String value) {
this.jobTitle = value;
valueChanged("jobTitle", value);
}
private java.util.Calendar lastDirSyncTime;
/**
* Gets the last Dir Sync Time.
*
* @return the java.util.Calendar
*/
public java.util.Calendar getLastDirSyncTime() {
return this.lastDirSyncTime;
}
/**
* Sets the last Dir Sync Time.
*
* @param value the java.util.Calendar
*/
public void setLastDirSyncTime(java.util.Calendar value) {
this.lastDirSyncTime = value;
valueChanged("lastDirSyncTime", value);
}
private String mail;
/**
* Gets the mail.
*
* @return the String
*/
public String getMail() {
return this.mail;
}
/**
* Sets the mail.
*
* @param value the String
*/
public void setMail(String value) {
this.mail = value;
valueChanged("mail", value);
}
private String mailNickname;
/**
* Gets the mail Nickname.
*
* @return the String
*/
public String getMailNickname() {
return this.mailNickname;
}
/**
* Sets the mail Nickname.
*
* @param value the String
*/
public void setMailNickname(String value) {
this.mailNickname = value;
valueChanged("mailNickname", value);
}
private String mobile;
/**
* Gets the mobile.
*
* @return the String
*/
public String getMobile() {
return this.mobile;
}
/**
* Sets the mobile.
*
* @param value the String
*/
public void setMobile(String value) {
this.mobile = value;
valueChanged("mobile", value);
}
private String onPremisesSecurityIdentifier;
/**
* Gets the on Premises Security Identifier.
*
* @return the String
*/
public String getOnPremisesSecurityIdentifier() {
return this.onPremisesSecurityIdentifier;
}
/**
* Sets the on Premises Security Identifier.
*
* @param value the String
*/
public void setOnPremisesSecurityIdentifier(String value) {
this.onPremisesSecurityIdentifier = value;
valueChanged("onPremisesSecurityIdentifier", value);
}
private java.util.List<String> otherMails = null;
/**
* Gets the other Mails.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getOtherMails() {
return this.otherMails;
}
/**
* Sets the other Mails.
*
* @param value the java.util.List<String>
*/
public void setOtherMails(java.util.List<String> value) {
this.otherMails = value;
valueChanged("otherMails", value);
}
private String passwordPolicies;
/**
* Gets the password Policies.
*
* @return the String
*/
public String getPasswordPolicies() {
return this.passwordPolicies;
}
/**
* Sets the password Policies.
*
* @param value the String
*/
public void setPasswordPolicies(String value) {
this.passwordPolicies = value;
valueChanged("passwordPolicies", value);
}
private PasswordProfile passwordProfile;
/**
* Gets the password Profile.
*
* @return the PasswordProfile
*/
public PasswordProfile getPasswordProfile() {
return this.passwordProfile;
}
/**
* Sets the password Profile.
*
* @param value the PasswordProfile
*/
public void setPasswordProfile(PasswordProfile value) {
this.passwordProfile = value;
valueChanged("passwordProfile", value);
}
private String physicalDeliveryOfficeName;
/**
* Gets the physical Delivery Office Name.
*
* @return the String
*/
public String getPhysicalDeliveryOfficeName() {
return this.physicalDeliveryOfficeName;
}
/**
* Sets the physical Delivery Office Name.
*
* @param value the String
*/
public void setPhysicalDeliveryOfficeName(String value) {
this.physicalDeliveryOfficeName = value;
valueChanged("physicalDeliveryOfficeName", value);
}
private String postalCode;
/**
* Gets the postal Code.
*
* @return the String
*/
public String getPostalCode() {
return this.postalCode;
}
/**
* Sets the postal Code.
*
* @param value the String
*/
public void setPostalCode(String value) {
this.postalCode = value;
valueChanged("postalCode", value);
}
private String preferredLanguage;
/**
* Gets the preferred Language.
*
* @return the String
*/
public String getPreferredLanguage() {
return this.preferredLanguage;
}
/**
* Sets the preferred Language.
*
* @param value the String
*/
public void setPreferredLanguage(String value) {
this.preferredLanguage = value;
valueChanged("preferredLanguage", value);
}
private java.util.List<ProvisionedPlan> provisionedPlans = null;
/**
* Gets the provisioned Plans.
*
* @return the java.util.List<ProvisionedPlan>
*/
public java.util.List<ProvisionedPlan> getProvisionedPlans() {
return this.provisionedPlans;
}
/**
* Sets the provisioned Plans.
*
* @param value the java.util.List<ProvisionedPlan>
*/
public void setProvisionedPlans(java.util.List<ProvisionedPlan> value) {
this.provisionedPlans = value;
valueChanged("provisionedPlans", value);
}
private java.util.List<ProvisioningError> provisioningErrors = null;
/**
* Gets the provisioning Errors.
*
* @return the java.util.List<ProvisioningError>
*/
public java.util.List<ProvisioningError> getProvisioningErrors() {
return this.provisioningErrors;
}
/**
* Sets the provisioning Errors.
*
* @param value the java.util.List<ProvisioningError>
*/
public void setProvisioningErrors(java.util.List<ProvisioningError> value) {
this.provisioningErrors = value;
valueChanged("provisioningErrors", value);
}
private java.util.List<String> proxyAddresses = null;
/**
* Gets the proxy Addresses.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getProxyAddresses() {
return this.proxyAddresses;
}
/**
* Sets the proxy Addresses.
*
* @param value the java.util.List<String>
*/
public void setProxyAddresses(java.util.List<String> value) {
this.proxyAddresses = value;
valueChanged("proxyAddresses", value);
}
private String sipProxyAddress;
/**
* Gets the sip Proxy Address.
*
* @return the String
*/
public String getSipProxyAddress() {
return this.sipProxyAddress;
}
/**
* Sets the sip Proxy Address.
*
* @param value the String
*/
public void setSipProxyAddress(String value) {
this.sipProxyAddress = value;
valueChanged("sipProxyAddress", value);
}
private String state;
/**
* Gets the state.
*
* @return the String
*/
public String getState() {
return this.state;
}
/**
* Sets the state.
*
* @param value the String
*/
public void setState(String value) {
this.state = value;
valueChanged("state", value);
}
private String streetAddress;
/**
* Gets the street Address.
*
* @return the String
*/
public String getStreetAddress() {
return this.streetAddress;
}
/**
* Sets the street Address.
*
* @param value the String
*/
public void setStreetAddress(String value) {
this.streetAddress = value;
valueChanged("streetAddress", value);
}
private String surname;
/**
* Gets the surname.
*
* @return the String
*/
public String getSurname() {
return this.surname;
}
/**
* Sets the surname.
*
* @param value the String
*/
public void setSurname(String value) {
this.surname = value;
valueChanged("surname", value);
}
private String telephoneNumber;
/**
* Gets the telephone Number.
*
* @return the String
*/
public String getTelephoneNumber() {
return this.telephoneNumber;
}
/**
* Sets the telephone Number.
*
* @param value the String
*/
public void setTelephoneNumber(String value) {
this.telephoneNumber = value;
valueChanged("telephoneNumber", value);
}
private byte[] thumbnailPhoto;
/**
* Gets the thumbnail Photo.
*
* @return the byte[]
*/
public byte[] getThumbnailPhoto() {
return this.thumbnailPhoto;
}
/**
* Sets the thumbnail Photo.
*
* @param value the byte[]
*/
public void setThumbnailPhoto(byte[] value) {
this.thumbnailPhoto = value;
valueChanged("thumbnailPhoto", value);
}
private String usageLocation;
/**
* Gets the usage Location.
*
* @return the String
*/
public String getUsageLocation() {
return this.usageLocation;
}
/**
* Sets the usage Location.
*
* @param value the String
*/
public void setUsageLocation(String value) {
this.usageLocation = value;
valueChanged("usageLocation", value);
}
private String userPrincipalName;
/**
* Gets the user Principal Name.
*
* @return the String
*/
public String getUserPrincipalName() {
return this.userPrincipalName;
}
/**
* Sets the user Principal Name.
*
* @param value the String
*/
public void setUserPrincipalName(String value) {
this.userPrincipalName = value;
valueChanged("userPrincipalName", value);
}
private String userType;
/**
* Gets the user Type.
*
* @return the String
*/
public String getUserType() {
return this.userType;
}
/**
* Sets the user Type.
*
* @param value the String
*/
public void setUserType(String value) {
this.userType = value;
valueChanged("userType", value);
}
private java.util.UUID MailboxGuid;
/**
* Gets the Mailbox Guid.
*
* @return the java.util.UUID
*/
public java.util.UUID getMailboxGuid() {
return this.MailboxGuid;
}
/**
* Sets the Mailbox Guid.
*
* @param value the java.util.UUID
*/
public void setMailboxGuid(java.util.UUID value) {
this.MailboxGuid = value;
valueChanged("MailboxGuid", value);
}
private String AboutMe;
/**
* Gets the About Me.
*
* @return the String
*/
public String getAboutMe() {
return this.AboutMe;
}
/**
* Sets the About Me.
*
* @param value the String
*/
public void setAboutMe(String value) {
this.AboutMe = value;
valueChanged("AboutMe", value);
}
private String Alias;
/**
* Gets the Alias.
*
* @return the String
*/
public String getAlias() {
return this.Alias;
}
/**
* Sets the Alias.
*
* @param value the String
*/
public void setAlias(String value) {
this.Alias = value;
valueChanged("Alias", value);
}
private java.util.Calendar Birthday;
/**
* Gets the Birthday.
*
* @return the java.util.Calendar
*/
public java.util.Calendar getBirthday() {
return this.Birthday;
}
/**
* Sets the Birthday.
*
* @param value the java.util.Calendar
*/
public void setBirthday(java.util.Calendar value) {
this.Birthday = value;
valueChanged("Birthday", value);
}
private java.util.Calendar HireDate;
/**
* Gets the Hire Date.
*
* @return the java.util.Calendar
*/
public java.util.Calendar getHireDate() {
return this.HireDate;
}
/**
* Sets the Hire Date.
*
* @param value the java.util.Calendar
*/
public void setHireDate(java.util.Calendar value) {
this.HireDate = value;
valueChanged("HireDate", value);
}
private java.util.List<String> Interests = null;
/**
* Gets the Interests.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getInterests() {
return this.Interests;
}
/**
* Sets the Interests.
*
* @param value the java.util.List<String>
*/
public void setInterests(java.util.List<String> value) {
this.Interests = value;
valueChanged("Interests", value);
}
private String MySite;
/**
* Gets the My Site.
*
* @return the String
*/
public String getMySite() {
return this.MySite;
}
/**
* Sets the My Site.
*
* @param value the String
*/
public void setMySite(String value) {
this.MySite = value;
valueChanged("MySite", value);
}
private java.util.List<String> PastProjects = null;
/**
* Gets the Past Projects.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getPastProjects() {
return this.PastProjects;
}
/**
* Sets the Past Projects.
*
* @param value the java.util.List<String>
*/
public void setPastProjects(java.util.List<String> value) {
this.PastProjects = value;
valueChanged("PastProjects", value);
}
private String PreferredName;
/**
* Gets the Preferred Name.
*
* @return the String
*/
public String getPreferredName() {
return this.PreferredName;
}
/**
* Sets the Preferred Name.
*
* @param value the String
*/
public void setPreferredName(String value) {
this.PreferredName = value;
valueChanged("PreferredName", value);
}
private String PrincipalName;
/**
* Gets the Principal Name.
*
* @return the String
*/
public String getPrincipalName() {
return this.PrincipalName;
}
/**
* Sets the Principal Name.
*
* @param value the String
*/
public void setPrincipalName(String value) {
this.PrincipalName = value;
valueChanged("PrincipalName", value);
}
private java.util.List<String> Responsibilities = null;
/**
* Gets the Responsibilities.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getResponsibilities() {
return this.Responsibilities;
}
/**
* Sets the Responsibilities.
*
* @param value the java.util.List<String>
*/
public void setResponsibilities(java.util.List<String> value) {
this.Responsibilities = value;
valueChanged("Responsibilities", value);
}
private java.util.List<String> Schools = null;
/**
* Gets the Schools.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getSchools() {
return this.Schools;
}
/**
* Sets the Schools.
*
* @param value the java.util.List<String>
*/
public void setSchools(java.util.List<String> value) {
this.Schools = value;
valueChanged("Schools", value);
}
private java.util.List<String> Skills = null;
/**
* Gets the Skills.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getSkills() {
return this.Skills;
}
/**
* Sets the Skills.
*
* @param value the java.util.List<String>
*/
public void setSkills(java.util.List<String> value) {
this.Skills = value;
valueChanged("Skills", value);
}
private java.util.List<String> Tags = null;
/**
* Gets the Tags.
*
* @return the java.util.List<String>
*/
public java.util.List<String> getTags() {
return this.Tags;
}
/**
* Sets the Tags.
*
* @param value the java.util.List<String>
*/
public void setTags(java.util.List<String> value) {
this.Tags = value;
valueChanged("Tags", value);
}
private java.util.List<AppRoleAssignment> appRoleAssignments = null;
/**
* Gets the app Role Assignments.
*
* @return the java.util.List<AppRoleAssignment>
*/
public java.util.List<AppRoleAssignment> getAppRoleAssignments() {
return this.appRoleAssignments;
}
/**
* Sets the app Role Assignments.
*
* @param value the java.util.List<AppRoleAssignment>
*/
public void setAppRoleAssignments(java.util.List<AppRoleAssignment> value) {
this.appRoleAssignments = value;
valueChanged("appRoleAssignments", value);
}
private java.util.List<OAuth2PermissionGrant> oauth2PermissionGrants = null;
/**
* Gets the oauth2Permission Grants.
*
* @return the java.util.List<OAuth2PermissionGrant>
*/
public java.util.List<OAuth2PermissionGrant> getOauth2PermissionGrants() {
return this.oauth2PermissionGrants;
}
/**
* Sets the oauth2Permission Grants.
*
* @param value the java.util.List<OAuth2PermissionGrant>
*/
public void setOauth2PermissionGrants(java.util.List<OAuth2PermissionGrant> value) {
this.oauth2PermissionGrants = value;
valueChanged("oauth2PermissionGrants", value);
}
private java.util.List<DirectoryObject> ownedDevices = null;
/**
* Gets the owned Devices.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getOwnedDevices() {
return this.ownedDevices;
}
/**
* Sets the owned Devices.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setOwnedDevices(java.util.List<DirectoryObject> value) {
this.ownedDevices = value;
valueChanged("ownedDevices", value);
}
private java.util.List<DirectoryObject> registeredDevices = null;
/**
* Gets the registered Devices.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getRegisteredDevices() {
return this.registeredDevices;
}
/**
* Sets the registered Devices.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setRegisteredDevices(java.util.List<DirectoryObject> value) {
this.registeredDevices = value;
valueChanged("registeredDevices", value);
}
private DirectoryObject manager;
/**
* Gets the manager.
*
* @return the DirectoryObject
*/
public DirectoryObject getManager() {
return this.manager;
}
/**
* Sets the manager.
*
* @param value the DirectoryObject
*/
public void setManager(DirectoryObject value) {
this.manager = value;
valueChanged("manager", value);
}
private java.util.List<DirectoryObject> directReports = null;
/**
* Gets the direct Reports.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getDirectReports() {
return this.directReports;
}
/**
* Sets the direct Reports.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setDirectReports(java.util.List<DirectoryObject> value) {
this.directReports = value;
valueChanged("directReports", value);
}
private java.util.List<DirectoryObject> memberOf = null;
/**
* Gets the member Of.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getMemberOf() {
return this.memberOf;
}
/**
* Sets the member Of.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setMemberOf(java.util.List<DirectoryObject> value) {
this.memberOf = value;
valueChanged("memberOf", value);
}
private java.util.List<DirectoryObject> createdObjects = null;
/**
* Gets the created Objects.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getCreatedObjects() {
return this.createdObjects;
}
/**
* Sets the created Objects.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setCreatedObjects(java.util.List<DirectoryObject> value) {
this.createdObjects = value;
valueChanged("createdObjects", value);
}
private java.util.List<DirectoryObject> ownedObjects = null;
/**
* Gets the owned Objects.
*
* @return the java.util.List<DirectoryObject>
*/
public java.util.List<DirectoryObject> getOwnedObjects() {
return this.ownedObjects;
}
/**
* Sets the owned Objects.
*
* @param value the java.util.List<DirectoryObject>
*/
public void setOwnedObjects(java.util.List<DirectoryObject> value) {
this.ownedObjects = value;
valueChanged("ownedObjects", value);
}
private java.util.List<Message> Messages = null;
/**
* Gets the Messages.
*
* @return the java.util.List<Message>
*/
public java.util.List<Message> getMessages() {
return this.Messages;
}
/**
* Sets the Messages.
*
* @param value the java.util.List<Message>
*/
public void setMessages(java.util.List<Message> value) {
this.Messages = value;
valueChanged("Messages", value);
}
private java.util.List<Calendar> Calendars = null;
/**
* Gets the Calendars.
*
* @return the java.util.List<Calendar>
*/
public java.util.List<Calendar> getCalendars() {
return this.Calendars;
}
/**
* Sets the Calendars.
*
* @param value the java.util.List<Calendar>
*/
public void setCalendars(java.util.List<Calendar> value) {
this.Calendars = value;
valueChanged("Calendars", value);
}
private Calendar Calendar;
/**
* Gets the Calendar.
*
* @return the Calendar
*/
public Calendar getCalendar() {
return this.Calendar;
}
/**
* Sets the Calendar.
*
* @param value the Calendar
*/
public void setCalendar(Calendar value) {
this.Calendar = value;
valueChanged("Calendar", value);
}
private java.util.List<CalendarGroup> CalendarGroups = null;
/**
* Gets the Calendar Groups.
*
* @return the java.util.List<CalendarGroup>
*/
public java.util.List<CalendarGroup> getCalendarGroups() {
return this.CalendarGroups;
}
/**
* Sets the Calendar Groups.
*
* @param value the java.util.List<CalendarGroup>
*/
public void setCalendarGroups(java.util.List<CalendarGroup> value) {
this.CalendarGroups = value;
valueChanged("CalendarGroups", value);
}
private java.util.List<Event> Events = null;
/**
* Gets the Events.
*
* @return the java.util.List<Event>
*/
public java.util.List<Event> getEvents() {
return this.Events;
}
/**
* Sets the Events.
*
* @param value the java.util.List<Event>
*/
public void setEvents(java.util.List<Event> value) {
this.Events = value;
valueChanged("Events", value);
}
private java.util.List<Event> CalendarView = null;
/**
* Gets the Calendar View.
*
* @return the java.util.List<Event>
*/
public java.util.List<Event> getCalendarView() {
return this.CalendarView;
}
/**
* Sets the Calendar View.
*
* @param value the java.util.List<Event>
*/
public void setCalendarView(java.util.List<Event> value) {
this.CalendarView = value;
valueChanged("CalendarView", value);
}
private Photo UserPhoto;
/**
* Gets the User Photo.
*
* @return the Photo
*/
public Photo getUserPhoto() {
return this.UserPhoto;
}
/**
* Sets the User Photo.
*
* @param value the Photo
*/
public void setUserPhoto(Photo value) {
this.UserPhoto = value;
valueChanged("UserPhoto", value);
}
private java.util.List<Photo> UserPhotos = null;
/**
* Gets the User Photos.
*
* @return the java.util.List<Photo>
*/
public java.util.List<Photo> getUserPhotos() {
return this.UserPhotos;
}
/**
* Sets the User Photos.
*
* @param value the java.util.List<Photo>
*/
public void setUserPhotos(java.util.List<Photo> value) {
this.UserPhotos = value;
valueChanged("UserPhotos", value);
}
private java.util.List<Group> JoinedGroups = null;
/**
* Gets the Joined Groups.
*
* @return the java.util.List<Group>
*/
public java.util.List<Group> getJoinedGroups() {
return this.JoinedGroups;
}
/**
* Sets the Joined Groups.
*
* @param value the java.util.List<Group>
*/
public void setJoinedGroups(java.util.List<Group> value) {
this.JoinedGroups = value;
valueChanged("JoinedGroups", value);
}
private Drive drive;
/**
* Gets the drive.
*
* @return the Drive
*/
public Drive getDrive() {
return this.drive;
}
/**
* Sets the drive.
*
* @param value the Drive
*/
public void setDrive(Drive value) {
this.drive = value;
valueChanged("drive", value);
}
private java.util.List<Item> files = null;
/**
* Gets the files.
*
* @return the java.util.List<Item>
*/
public java.util.List<Item> getFiles() {
return this.files;
}
/**
* Sets the files.
*
* @param value the java.util.List<Item>
*/
public void setFiles(java.util.List<Item> value) {
this.files = value;
valueChanged("files", value);
}
}