Interface ActivityDocument.IActivityObject

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getDisplayName()
      Returns the object's display name stored in this document.
      java.lang.String getId()
      Returns the object's identifier stored in this document.
      java.lang.String getIntroduction()
      Returns the object's introduction stored in this document.
      java.lang.String getIntroductionImageUrl()
      Returns the object's introduction image url stored in this document.
      java.lang.String getLocale()
      Returns the object's locale stored in this document.
      java.lang.String getType()
      Returns the object's type stored in this document.
      java.lang.String getUrl()
      Returns the object's URL stored in this document.
      void setDisplayName​(java.lang.String displayName)
      Sets the object's display name stored in this document.
      void setId​(java.lang.String id)
      Sets the object's identifier stored in this document.
      void setIntroduction​(java.lang.String introduction)
      Sets the object's introduction stored in this document.
      void setIntroductionImageUrl​(java.lang.String introductionImageUrl)
      Sets the object's introduction image url stored in this document.
      void setLocale​(java.lang.String locale)
      Sets the object's locale stored in this document.
      void setType​(java.lang.String type)
      Sets the object's type stored in this document.
      void setUrl​(java.lang.String url)
      Sets the object's URL stored in this document.