public class

UpdateEmployeeReviewRatingRequestType

extends Object
implements Serializable
java.lang.Object
   ↳ com.workday.performancemanagement.UpdateEmployeeReviewRatingRequestType

Class Overview

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>
 

Summary

Constants
long serialVersionUID
Fields
protected UpdateEmployeeReviewRatingDataType employeeReviewRatingData
protected String version
Public Constructors
UpdateEmployeeReviewRatingRequestType()
Public Methods
UpdateEmployeeReviewRatingDataType getEmployeeReviewRatingData()
Gets the value of the employeeReviewRatingData property.
String getVersion()
Gets the value of the version property.
void setEmployeeReviewRatingData(UpdateEmployeeReviewRatingDataType value)
Sets the value of the employeeReviewRatingData property.
void setVersion(String value)
Sets the value of the version property.
[Expand]
Inherited Methods
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected UpdateEmployeeReviewRatingDataType employeeReviewRatingData

protected String version

Public Constructors

public UpdateEmployeeReviewRatingRequestType ()

Public Methods

public UpdateEmployeeReviewRatingDataType getEmployeeReviewRatingData ()

Gets the value of the employeeReviewRatingData property.

Returns

public String getVersion ()

Gets the value of the version property.

Returns
  • possible object is String

public void setEmployeeReviewRatingData (UpdateEmployeeReviewRatingDataType value)

Sets the value of the employeeReviewRatingData property.

Parameters
value Allowed object is UpdateEmployeeReviewRatingDataType

public void setVersion (String value)

Sets the value of the version property.

Parameters
value Allowed object is String