Class GroupSharingRequest


  • @Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
               date="2022-05-19T15:04:32.581406+03:00[Europe/Athens]")
    public class GroupSharingRequest
    extends java.lang.Object
    a request to share a group and all the contents with a namespace
    • Field Detail

      • SERIALIZED_NAME_GROUP_ACTIONS

        public static final java.lang.String SERIALIZED_NAME_GROUP_ACTIONS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_ARRAY_ACTIONS

        public static final java.lang.String SERIALIZED_NAME_ARRAY_ACTIONS
        See Also:
        Constant Field Values
      • SERIALIZED_NAME_NAMESPACE

        public static final java.lang.String SERIALIZED_NAME_NAMESPACE
        See Also:
        Constant Field Values
    • Constructor Detail

      • GroupSharingRequest

        public GroupSharingRequest()
    • Method Detail

      • getGroupActions

        @Nullable
        public java.util.List<GroupActions> getGroupActions()
        List of permitted actions for the group and all subgroups
        Returns:
        groupActions
      • setGroupActions

        public void setGroupActions​(java.util.List<GroupActions> groupActions)
      • getArrayActions

        @Nullable
        public java.util.List<ArrayActions> getArrayActions()
        List of permitted actions for all the subarrays of the group
        Returns:
        arrayActions
      • setArrayActions

        public void setArrayActions​(java.util.List<ArrayActions> arrayActions)
      • getNamespace

        @Nullable
        public java.lang.String getNamespace()
        namespace being granted group access can be a user or organization
        Returns:
        namespace
      • setNamespace

        public void setNamespace​(java.lang.String namespace)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

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

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object