public class CollaboratorRepresentation extends UserSummary
Java class for CollaboratorRepresentation complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="CollaboratorRepresentation">
<complexContent>
<extension base="{https://phenotips.org/rest-permissions/}UserSummary">
<sequence>
<element name="level" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</extension>
</complexContent>
</complexType>
| Modifier and Type | Field and Description |
|---|---|
protected String |
level |
email, id, name, typelinks| Constructor and Description |
|---|
CollaboratorRepresentation() |
| Modifier and Type | Method and Description |
|---|---|
String |
getLevel()
Gets the value of the level property.
|
void |
setLevel(String value)
Sets the value of the level property.
|
CollaboratorRepresentation |
withEmail(String value) |
CollaboratorRepresentation |
withId(String value) |
CollaboratorRepresentation |
withLevel(String value) |
CollaboratorRepresentation |
withName(String value) |
CollaboratorRepresentation |
withType(String value) |
getEmail, getId, getName, getType, setEmail, setId, setName, setTypegetLinks, withLinks, withLinksprotected String level
public String getLevel()
Stringpublic void setLevel(String value)
value - allowed object is
Stringpublic CollaboratorRepresentation withLevel(String value)
public CollaboratorRepresentation withId(String value)
withId in class UserSummarypublic CollaboratorRepresentation withName(String value)
withName in class UserSummarypublic CollaboratorRepresentation withEmail(String value)
withEmail in class UserSummarypublic CollaboratorRepresentation withType(String value)
withType in class UserSummaryCopyright © 2011–2018 University of Toronto, Computational Biology Lab. All rights reserved.