public interface IReviewChangelist
Full semantics can be found in the associated full Perforce p4 command line documentation for the 'p4 review' command.
| Modifier and Type | Method and Description |
|---|---|
int |
getChangelistId()
Gets the changelist id.
|
java.lang.String |
getEmail()
Gets the user's email address.
|
java.lang.String |
getName()
Gets the user's real name.
|
java.lang.String |
getUser()
Gets the user's user name.
|
void |
setChangelistId(int changelistId)
Sets the changelist id.
|
void |
setEmail(java.lang.String email)
Sets the user's email address.
|
void |
setName(java.lang.String name)
Sets the user's real name
|
void |
setUser(java.lang.String user)
Sets the user's user name.
|
int getChangelistId()
void setChangelistId(int changelistId)
changelistId - the new changelist idjava.lang.String getUser()
void setUser(java.lang.String user)
user - the user's user namejava.lang.String getEmail()
void setEmail(java.lang.String email)
email - the user's email addressjava.lang.String getName()
void setName(java.lang.String name)
name - the user's real nameCopyright © 2021 Perforce Software. All Rights Reserved.