Class Recognition

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

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

    • Recognition

      public Recognition()
    • Recognition

      public Recognition(Boolean initWithEmptyList)
  • Method Details

    • getId

      public String getId()
    • recipient

      public Recognition recipient(UserReference recipient)
      The recipient of the recognition
    • getRecipient

      public UserReference getRecipient()
    • setRecipient

      public void setRecipient(UserReference recipient)
    • createdBy

      public Recognition createdBy(UserReference createdBy)
      The creator of the recognition
    • getCreatedBy

      public UserReference getCreatedBy()
    • setCreatedBy

      public void setCreatedBy(UserReference createdBy)
    • dateCreated

      public Recognition dateCreated(Date dateCreated)
      The creation date. 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)
    • type

      public Recognition type(Recognition.TypeEnum type)
      The type of recognition
    • getType

      public Recognition.TypeEnum getType()
    • setType

      public void setType(Recognition.TypeEnum type)
    • title

      public Recognition title(String title)
      The recognition title
    • getTitle

      public String getTitle()
    • setTitle

      public void setTitle(String title)
    • note

      public Recognition note(String note)
      The recognition note
    • getNote

      public String getNote()
    • setNote

      public void setNote(String note)
    • contextType

      public Recognition contextType(Recognition.ContextTypeEnum contextType)
      The context type (optional)
    • getContextType

      public Recognition.ContextTypeEnum getContextType()
    • setContextType

      public void setContextType(Recognition.ContextTypeEnum contextType)
    • contextId

      public Recognition contextId(String contextId)
      The context id (optional)
    • getContextId

      public String getContextId()
    • setContextId

      public void setContextId(String contextId)
    • dateDisplayed

      public Recognition dateDisplayed(Date dateDisplayed)
      The displayed date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateDisplayed

      public Date getDateDisplayed()
    • setDateDisplayed

      public void setDateDisplayed(Date dateDisplayed)
    • dateAcknowledged

      public Recognition dateAcknowledged(Date dateAcknowledged)
      The acknowledged date. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss[.mmm]Z
    • getDateAcknowledged

      public Date getDateAcknowledged()
    • setDateAcknowledged

      public void setDateAcknowledged(Date dateAcknowledged)
    • getSelfUri

      public String getSelfUri()
    • 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