Package com.mypurecloud.sdk.v2.model
Class WorkPlanBidMetadata
java.lang.Object
com.mypurecloud.sdk.v2.model.WorkPlanBidMetadata
- All Implemented Interfaces:
Serializable
WorkPlanBidMetadata
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreatedBy(UserReference createdBy) The user who created the associated entitycreatedDate(Date createdDate) The date the entity created.booleaninthashCode()modifiedBy(UserReference modifiedBy) The user who modified the entity.modifiedDate(Date modifiedDate) The entity last modified date.voidsetCreatedBy(UserReference createdBy) voidsetCreatedDate(Date createdDate) voidsetModifiedBy(UserReference modifiedBy) voidsetModifiedDate(Date modifiedDate) toString()
-
Constructor Details
-
WorkPlanBidMetadata
public WorkPlanBidMetadata() -
WorkPlanBidMetadata
-
-
Method Details
-
createdBy
The user who created the associated entity -
getCreatedBy
-
setCreatedBy
-
createdDate
The date the entity created. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getCreatedDate
-
setCreatedDate
-
modifiedBy
The user who modified the entity. The id may be 'System' if it was an automated process -
getModifiedBy
-
setModifiedBy
-
modifiedDate
The entity last modified date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getModifiedDate
-
setModifiedDate
-
equals
-
hashCode
public int hashCode() -
toString
-