Class EditCollaborationJson

    • Constructor Detail

      • EditCollaborationJson

        public EditCollaborationJson()
    • Method Detail

      • getDocumentGuids

        public Set<String> getDocumentGuids()
        List of file guids. Either pass this or documentFilter
        Returns:
        List of file guids. Either pass this or documentFilter
      • setDocumentGuids

        public void setDocumentGuids​(Set<String> documentGuids)
        List of file guids. Either pass this or documentFilter
        Parameters:
        documentGuids - List of file guids. Either pass this or documentFilter
      • getDocumentFilter

        public ApiDocumentFilter getDocumentFilter()
        File filter. Either pass this or documentGuids
        Returns:
        File filter. Either pass this or documentGuids
      • setDocumentFilter

        public void setDocumentFilter​(ApiDocumentFilter documentFilter)
        File filter. Either pass this or documentGuids
        Parameters:
        documentFilter - File filter. Either pass this or documentGuids
      • isIsCollaboration

        public boolean isIsCollaboration()
        Indicates whether the files are sent for collaboration.
        Returns:
        Indicates whether the files are sent for collaboration.
      • getIsCollaboration

        @Deprecated
        public boolean getIsCollaboration()
        Deprecated.
        Indicates whether the files are sent for collaboration.
        Returns:
        Indicates whether the files are sent for collaboration.
      • setIsCollaboration

        public void setIsCollaboration​(boolean isCollaboration)
        Indicates whether the files are sent for collaboration.
        Parameters:
        isCollaboration - Indicates whether the files are sent for collaboration.