Class RecordingContentActions

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

public class RecordingContentActions extends Object implements Serializable
User actions available on the content. All actions are optional and all actions are executed simultaneously.
See Also:
  • Constructor Details

    • RecordingContentActions

      public RecordingContentActions()
    • RecordingContentActions

      public RecordingContentActions(Boolean initWithEmptyList)
  • Method Details

    • url

      public RecordingContentActions url(String url)
      A URL of a web page to direct the user to.
    • getUrl

      public String getUrl()
    • setUrl

      public void setUrl(String url)
    • urlTarget

      public RecordingContentActions urlTarget(String urlTarget)
      The target window in which to open the URL. If empty will open a blank page or tab.
    • getUrlTarget

      public String getUrlTarget()
    • setUrlTarget

      public void setUrlTarget(String urlTarget)
    • textback

      public RecordingContentActions textback(String textback)
      Text to be sent back in reply when the item is selected.
    • getTextback

      public String getTextback()
    • setTextback

      public void setTextback(String textback)
    • 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