Class Favorite


  • public class Favorite
    extends Object
    • Constructor Detail

      • Favorite

        public Favorite()
      • Favorite

        public Favorite​(String objectType,
                        String objectId,
                        String parentObjectId,
                        long userIdentityId)
      • Favorite

        public Favorite​(String objectType,
                        String objectId,
                        String parentObjectId,
                        long userIdentityId,
                        long spaceId)
    • Method Detail

      • getObjectType

        public String getObjectType()
      • getObjectId

        public String getObjectId()
      • getParentObjectId

        public String getParentObjectId()
      • setObjectType

        public void setObjectType​(String objectType)
      • setObjectId

        public void setObjectId​(String objectId)
      • setParentObjectId

        public void setParentObjectId​(String parentObjectId)