Class ShareContent

java.lang.Object
com.symphony.bdk.gen.api.model.ShareContent

@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2024-03-26T16:14:53.869723549Z[Etc/UTC]") public class ShareContent extends Object
ShareContent
  • Field Details

  • Constructor Details

    • ShareContent

      public ShareContent()
  • Method Details

    • type

      public ShareContent type(String type)
    • getType

      @Nullable public String getType()
      Type of content to be shared. Currently only support \"com.symphony.sharing.article\"
      Returns:
      type
    • setType

      public void setType(String type)
    • content

      public ShareContent content(ShareArticle content)
    • getContent

      @Nullable public ShareArticle getContent()
      Get content
      Returns:
      content
    • setContent

      public void setContent(ShareArticle content)
    • equals

      public boolean equals(Object o)
      Return true if this ShareContent object is equal to o.
      Overrides:
      equals in class Object
    • hashCode

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

      public String toString()
      Overrides:
      toString in class Object