Package com.mypurecloud.sdk.v2.model
Class LockInfo
java.lang.Object
com.mypurecloud.sdk.v2.model.LockInfo
- All Implemented Interfaces:
Serializable
LockInfo
- See Also:
-
Nested Class Summary
Nested Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaction(LockInfo.ActionEnum action) dateCreated(Date dateCreated) Date time is represented as an ISO-8601 string.dateExpires(Date dateExpires) Date time is represented as an ISO-8601 string.booleaninthashCode()lockedBy(DomainEntityRef lockedBy) voidsetAction(LockInfo.ActionEnum action) voidsetDateCreated(Date dateCreated) voidsetDateExpires(Date dateExpires) voidsetLockedBy(DomainEntityRef lockedBy) toString()
-
Constructor Details
-
LockInfo
public LockInfo() -
LockInfo
-
-
Method Details
-
lockedBy
-
getLockedBy
-
setLockedBy
-
dateCreated
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateCreated
-
setDateCreated
-
dateExpires
Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z -
getDateExpires
-
setDateExpires
-
action
-
getAction
-
setAction
-
equals
-
hashCode
public int hashCode() -
toString
-