Class LockInfo

java.lang.Object
com.mypurecloud.sdk.v2.model.LockInfo
All Implemented Interfaces:
Serializable

public class LockInfo extends Object implements Serializable
LockInfo
See Also:
  • Constructor Details

    • LockInfo

      public LockInfo()
    • LockInfo

      public LockInfo(Boolean initWithEmptyList)
  • Method Details

    • lockedBy

      public LockInfo lockedBy(DomainEntityRef lockedBy)
    • getLockedBy

      public DomainEntityRef getLockedBy()
    • setLockedBy

      public void setLockedBy(DomainEntityRef lockedBy)
    • dateCreated

      public LockInfo dateCreated(Date dateCreated)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateCreated

      public Date getDateCreated()
    • setDateCreated

      public void setDateCreated(Date dateCreated)
    • dateExpires

      public LockInfo dateExpires(Date dateExpires)
      Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateExpires

      public Date getDateExpires()
    • setDateExpires

      public void setDateExpires(Date dateExpires)
    • action

      public LockInfo action(LockInfo.ActionEnum action)
    • getAction

      public LockInfo.ActionEnum getAction()
    • setAction

      public void setAction(LockInfo.ActionEnum action)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object