public class AssignToProjectRequest extends ApiServiceRequest
| Constructor and Description |
|---|
AssignToProjectRequest() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Long |
getAdminProfileId() |
java.lang.Long |
getProjectId() |
java.util.List<java.lang.Long> |
getUserIds() |
java.lang.Long |
getUserProfileId() |
AssignToProjectRequest |
setAdminProfileId(java.lang.Long adminProfileId) |
void |
setProjectId(java.lang.Long projectId)
Sets project identifier.
|
void |
setUserIds(java.util.List<java.lang.Long> userIds)
Sets the list of user identifiers.
|
AssignToProjectRequest |
setUserProfileId(java.lang.Long userProfileId) |
java.lang.String |
toString() |
AssignToProjectRequest |
withAdminProfileId(java.lang.Long adminProfileId) |
AssignToProjectRequest |
withProjectId(java.lang.Long projectId)
Sets project identifier.
|
AssignToProjectRequest |
withUserIds(java.util.List<java.lang.Long> userIds)
Sets the list of user identifiers.
|
AssignToProjectRequest |
withUserProfileId(java.lang.Long userProfileId) |
copyPrivateRequestParameters, getCredentials, getRequestClientOptions, setCredentials, withCredentialspublic java.util.List<java.lang.Long> getUserIds()
public void setUserIds(java.util.List<java.lang.Long> userIds)
userIds - the given user identifier to set.public AssignToProjectRequest withUserIds(java.util.List<java.lang.Long> userIds)
userIds - the given list of user identifiers to set.public java.lang.Long getProjectId()
public void setProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public AssignToProjectRequest withProjectId(java.lang.Long projectId)
projectId - the given project identifier to set.public java.lang.Long getAdminProfileId()
public AssignToProjectRequest setAdminProfileId(java.lang.Long adminProfileId)
adminProfileId - public AssignToProjectRequest withAdminProfileId(java.lang.Long adminProfileId)
adminProfileId - public java.lang.Long getUserProfileId()
public AssignToProjectRequest setUserProfileId(java.lang.Long userProfileId)
userProfileId - public AssignToProjectRequest withUserProfileId(java.lang.Long userProfileId)
userProfileId - public java.lang.String toString()
toString in class ApiServiceRequest