Class UserSharedItem


  • public class UserSharedItem
    extends Object
    Information about a shared item..
    • Constructor Detail

      • UserSharedItem

        public UserSharedItem()
    • Method Detail

      • getErrorDetails

        public ErrorDetails getErrorDetails()
        This object describes errors that occur. It is only valid for responses and ignored in requests..
        Returns:
        errorDetails
      • setErrorDetails

        public void setErrorDetails​(ErrorDetails errorDetails)
        setErrorDetails.
      • getShared

        public String getShared()
        When set to **true**, this custom tab is shared..
        Returns:
        shared
      • setShared

        public void setShared​(String shared)
        setShared.
      • getUser

        public UserInfo getUser()
        The user whose sharing information is being requested..
        Returns:
        user
      • setUser

        public void setUser​(UserInfo user)
        setUser.
      • equals

        public boolean equals​(Object o)
        Compares objects.
        Overrides:
        equals in class Object
        Returns:
        true or false depending on comparison result.
      • hashCode

        public int hashCode()
        Returns the HashCode.
        Overrides:
        hashCode in class Object
      • toString

        public String toString()
        Converts the given object to string.
        Overrides:
        toString in class Object