| java.lang.Object | |
| ↳ | com.workday.performancemanagement.UpdateEmployeeReviewRatingRequestType |
This operation allows for the updating of the manager's overall rating for an employee review. The following request parameters are used to find the correct review to update: Employee Reference, Review Type Reference, Period Start Date, Period End Date. The following request parameters are used to update the manager's rating information for the review: Rating Reference, Overall Rating Override.
Java class for Update_Employee_Review_Rating_RequestType complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="Update_Employee_Review_Rating_RequestType">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="Employee_Review_Rating_Data" type="{urn:com.workday/bsvc}Update_Employee_Review_Rating_DataType"/>
</sequence>
<attribute ref="{urn:com.workday/bsvc}version"/>
</restriction>
</complexContent>
</complexType>
| Constants | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| long | serialVersionUID | ||||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| employeeReviewRatingData | |||||||||||
| version | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the employeeReviewRatingData property.
| |||||||||||
Gets the value of the version property.
| |||||||||||
Sets the value of the employeeReviewRatingData property.
| |||||||||||
Sets the value of the version property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the employeeReviewRatingData property.
UpdateEmployeeReviewRatingDataType
Gets the value of the version property.
Sets the value of the employeeReviewRatingData property.
| value | Allowed object is
UpdateEmployeeReviewRatingDataType
|
|---|
Sets the value of the version property.
| value | Allowed object is String |
|---|