public class ProjectRoleUpdateInfo extends ServiceDataObject implements Serializable
Constructor and Description |
---|
ProjectRoleUpdateInfo() |
Modifier and Type | Method and Description |
---|---|
ProjectRole |
getRole()
Gets the role that will be updated.
|
ProjectRoleAction |
getRoleAction()
Gets the action to perform (e.g. add or remove the user from the role).
|
long |
getUserID()
Gets the ID of the user whose role will be updated.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setRole(ProjectRole value)
Sets the role that will be updated.
|
void |
setRoleAction(ProjectRoleAction value)
Sets the action to perform (e.g. add or remove the user from the role).
|
void |
setUserID(long value)
Sets the ID of the user whose role will be updated.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
public void setRole(ProjectRole value)
public ProjectRole getRole()
public void setRoleAction(ProjectRoleAction value)
public ProjectRoleAction getRoleAction()
public void setUserID(long value)
public long getUserID()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class ServiceDataObject
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class ServiceDataObject
public String toString()
ServiceDataObject
toString
in class ServiceDataObject
© Copyright 2017 OpenText Corp. All Rights Reserved.