Package com.mypurecloud.sdk.v2.model
Class BuAgentScheduleHistoryChangeMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.BuAgentScheduleHistoryChangeMetadata
- All Implemented Interfaces:
Serializable
BuAgentScheduleHistoryChangeMetadata
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondateModified(Date dateModified) The timestamp of the schedule change.booleaninthashCode()modifiedBy(UserReference modifiedBy) The user that made the schedule change.voidsetDateModified(Date dateModified) voidsetModifiedBy(UserReference modifiedBy) toString()
-
Constructor Details
-
BuAgentScheduleHistoryChangeMetadata
public BuAgentScheduleHistoryChangeMetadata() -
BuAgentScheduleHistoryChangeMetadata
-
-
Method Details
-
dateModified
The timestamp of the schedule change. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateModified
-
setDateModified
-
modifiedBy
The user that made the schedule change. The id may be 'System' if it was an automated process -
getModifiedBy
-
setModifiedBy
-
equals
-
hashCode
public int hashCode() -
toString
-