public class UserRepresentation extends Object implements Serializable, org.jvnet.jaxb2_commons.lang.ToString
Clase Java para userRepresentation complex type.
El siguiente fragmento de esquema especifica el contenido que se espera que haya en esta clase.
<complexType name="userRepresentation">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="companyRoles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="email" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="emailVerified" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="enabled" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="federationLink" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="firstName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="id" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="lastName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="realmRoles" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="requiredActions" type="{http://www.w3.org/2001/XMLSchema}string" maxOccurs="unbounded" minOccurs="0"/>
<element name="self" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="socialLinks" type="{http://www.fispace.eu/domain/ail}socialLinkRepresentation" maxOccurs="unbounded" minOccurs="0"/>
<element name="totp" type="{http://www.w3.org/2001/XMLSchema}boolean"/>
<element name="username" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected List<String> |
companyRoles |
protected String |
email |
protected boolean |
emailVerified |
protected boolean |
enabled |
protected String |
federationLink |
protected String |
firstName |
protected String |
id |
protected String |
lastName |
protected List<String> |
realmRoles |
protected List<String> |
requiredActions |
protected String |
self |
protected List<SocialLinkRepresentation> |
socialLinks |
protected boolean |
totp |
protected String |
username |
| Constructor and Description |
|---|
UserRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
StringBuilder |
append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
StringBuilder |
appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator,
StringBuilder buffer,
org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy) |
List<String> |
getCompanyRoles()
Gets the value of the companyRoles property.
|
String |
getEmail()
Obtiene el valor de la propiedad email.
|
String |
getFederationLink()
Obtiene el valor de la propiedad federationLink.
|
String |
getFirstName()
Obtiene el valor de la propiedad firstName.
|
String |
getId()
Obtiene el valor de la propiedad id.
|
String |
getLastName()
Obtiene el valor de la propiedad lastName.
|
List<String> |
getRealmRoles()
Gets the value of the realmRoles property.
|
List<String> |
getRequiredActions()
Gets the value of the requiredActions property.
|
String |
getSelf()
Obtiene el valor de la propiedad self.
|
List<SocialLinkRepresentation> |
getSocialLinks()
Gets the value of the socialLinks property.
|
String |
getUsername()
Obtiene el valor de la propiedad username.
|
boolean |
isEmailVerified()
Obtiene el valor de la propiedad emailVerified.
|
boolean |
isEnabled()
Obtiene el valor de la propiedad enabled.
|
boolean |
isSetCompanyRoles() |
boolean |
isSetEmail() |
boolean |
isSetEmailVerified() |
boolean |
isSetEnabled() |
boolean |
isSetFederationLink() |
boolean |
isSetFirstName() |
boolean |
isSetId() |
boolean |
isSetLastName() |
boolean |
isSetRealmRoles() |
boolean |
isSetRequiredActions() |
boolean |
isSetSelf() |
boolean |
isSetSocialLinks() |
boolean |
isSetTotp() |
boolean |
isSetUsername() |
boolean |
isTotp()
Obtiene el valor de la propiedad totp.
|
void |
setEmail(String value)
Define el valor de la propiedad email.
|
void |
setEmailVerified(boolean value)
Define el valor de la propiedad emailVerified.
|
void |
setEnabled(boolean value)
Define el valor de la propiedad enabled.
|
void |
setFederationLink(String value)
Define el valor de la propiedad federationLink.
|
void |
setFirstName(String value)
Define el valor de la propiedad firstName.
|
void |
setId(String value)
Define el valor de la propiedad id.
|
void |
setLastName(String value)
Define el valor de la propiedad lastName.
|
void |
setSelf(String value)
Define el valor de la propiedad self.
|
void |
setTotp(boolean value)
Define el valor de la propiedad totp.
|
void |
setUsername(String value)
Define el valor de la propiedad username.
|
String |
toString() |
void |
unsetCompanyRoles() |
void |
unsetRealmRoles() |
void |
unsetRequiredActions() |
void |
unsetSocialLinks() |
UserRepresentation |
withCompanyRoles(Collection<String> values) |
UserRepresentation |
withCompanyRoles(String... values) |
UserRepresentation |
withEmail(String value) |
UserRepresentation |
withEmailVerified(boolean value) |
UserRepresentation |
withEnabled(boolean value) |
UserRepresentation |
withFederationLink(String value) |
UserRepresentation |
withFirstName(String value) |
UserRepresentation |
withId(String value) |
UserRepresentation |
withLastName(String value) |
UserRepresentation |
withRealmRoles(Collection<String> values) |
UserRepresentation |
withRealmRoles(String... values) |
UserRepresentation |
withRequiredActions(Collection<String> values) |
UserRepresentation |
withRequiredActions(String... values) |
UserRepresentation |
withSelf(String value) |
UserRepresentation |
withSocialLinks(Collection<SocialLinkRepresentation> values) |
UserRepresentation |
withSocialLinks(SocialLinkRepresentation... values) |
UserRepresentation |
withTotp(boolean value) |
UserRepresentation |
withUsername(String value) |
@NotNull protected String email
@NotNull protected boolean emailVerified
@NotNull protected boolean enabled
@NotNull protected String federationLink
@NotNull protected String firstName
@NotNull protected String id
@NotNull protected String lastName
@NotNull protected String self
protected List<SocialLinkRepresentation> socialLinks
@NotNull protected boolean totp
@NotNull protected String username
public List<String> getCompanyRoles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the companyRoles property.
For example, to add a new item, do as follows:
getCompanyRoles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetCompanyRoles()
public void unsetCompanyRoles()
public String getEmail()
Stringpublic void setEmail(String value)
value - allowed object is
Stringpublic boolean isSetEmail()
public boolean isEmailVerified()
public void setEmailVerified(boolean value)
public boolean isSetEmailVerified()
public boolean isEnabled()
public void setEnabled(boolean value)
public boolean isSetEnabled()
public String getFederationLink()
Stringpublic void setFederationLink(String value)
value - allowed object is
Stringpublic boolean isSetFederationLink()
public String getFirstName()
Stringpublic void setFirstName(String value)
value - allowed object is
Stringpublic boolean isSetFirstName()
public void setId(String value)
value - allowed object is
Stringpublic boolean isSetId()
public String getLastName()
Stringpublic void setLastName(String value)
value - allowed object is
Stringpublic boolean isSetLastName()
public List<String> getRealmRoles()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the realmRoles property.
For example, to add a new item, do as follows:
getRealmRoles().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRealmRoles()
public void unsetRealmRoles()
public List<String> getRequiredActions()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the requiredActions property.
For example, to add a new item, do as follows:
getRequiredActions().add(newItem);
Objects of the following type(s) are allowed in the list
String
public boolean isSetRequiredActions()
public void unsetRequiredActions()
public String getSelf()
Stringpublic void setSelf(String value)
value - allowed object is
Stringpublic boolean isSetSelf()
public List<SocialLinkRepresentation> getSocialLinks()
This accessor method returns a reference to the live list,
not a snapshot. Therefore any modification you make to the
returned list will be present inside the JAXB object.
This is why there is not a set method for the socialLinks property.
For example, to add a new item, do as follows:
getSocialLinks().add(newItem);
Objects of the following type(s) are allowed in the list
SocialLinkRepresentation
public boolean isSetSocialLinks()
public void unsetSocialLinks()
public boolean isTotp()
public void setTotp(boolean value)
public boolean isSetTotp()
public String getUsername()
Stringpublic void setUsername(String value)
value - allowed object is
Stringpublic boolean isSetUsername()
public StringBuilder append(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
append in interface org.jvnet.jaxb2_commons.lang.ToStringpublic StringBuilder appendFields(org.jvnet.jaxb2_commons.locator.ObjectLocator locator, StringBuilder buffer, org.jvnet.jaxb2_commons.lang.ToStringStrategy strategy)
appendFields in interface org.jvnet.jaxb2_commons.lang.ToStringpublic UserRepresentation withCompanyRoles(String... values)
public UserRepresentation withCompanyRoles(Collection<String> values)
public UserRepresentation withEmail(String value)
public UserRepresentation withEmailVerified(boolean value)
public UserRepresentation withEnabled(boolean value)
public UserRepresentation withFederationLink(String value)
public UserRepresentation withFirstName(String value)
public UserRepresentation withId(String value)
public UserRepresentation withLastName(String value)
public UserRepresentation withRealmRoles(String... values)
public UserRepresentation withRealmRoles(Collection<String> values)
public UserRepresentation withRequiredActions(String... values)
public UserRepresentation withRequiredActions(Collection<String> values)
public UserRepresentation withSelf(String value)
public UserRepresentation withSocialLinks(SocialLinkRepresentation... values)
public UserRepresentation withSocialLinks(Collection<SocialLinkRepresentation> values)
public UserRepresentation withTotp(boolean value)
public UserRepresentation withUsername(String value)
Copyright © 2015. All Rights Reserved.