Class MemberGroupSharedItem


  • public class MemberGroupSharedItem
    extends Object
    Information about items shared among groups..
    • Constructor Detail

      • MemberGroupSharedItem

        public MemberGroupSharedItem()
    • 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.
      • getGroup

        public Group getGroup()
        The group sharing the item..
        Returns:
        group
      • setGroup

        public void setGroup​(Group group)
        setGroup.
      • getShared

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

        public void setShared​(String shared)
        setShared.
      • 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