Class DocumentsSelectionJson

    • Constructor Detail

      • DocumentsSelectionJson

        public DocumentsSelectionJson()
    • Method Detail

      • getDocumentGuids

        public Set<String> getDocumentGuids()
        A Set of file guids.
        Returns:
        A Set of file guids.
      • setDocumentGuids

        public void setDocumentGuids​(Set<String> documentGuids)
        A Set of file guids.
        Parameters:
        documentGuids - A Set of file guids.
      • getForceAction

        public Boolean getForceAction()
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter. Default is True
        Returns:
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter. Default is True
      • setForceAction

        public void setForceAction​(Boolean forceAction)
        Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter. Default is True
        Parameters:
        forceAction - Force the action even if not allowed for all files provided (only allowed files will be affected). Not all operations support this parameter. Default is True