* The full commit ID used as a reference for the returned version of the folder content. *
*/ private String commitId; /** ** The fully qualified path of the folder whose contents are returned. *
*/ private String folderPath; /** ** The full SHA-1 pointer of the tree information for the commit that contains the folder. *
*/ private String treeId; /** ** The list of folders that exist under the specified folder, if any. *
*/ private java.util.List* The list of files in the specified folder, if any. *
*/ private java.util.List* The list of symbolic links to other files and folders in the specified folder, if any. *
*/ private java.util.List* The list of submodules in the specified folder, if any. *
*/ private java.util.List* The full commit ID used as a reference for the returned version of the folder content. *
* * @param commitId * The full commit ID used as a reference for the returned version of the folder content. */ public void setCommitId(String commitId) { this.commitId = commitId; } /** ** The full commit ID used as a reference for the returned version of the folder content. *
* * @return The full commit ID used as a reference for the returned version of the folder content. */ public String getCommitId() { return this.commitId; } /** ** The full commit ID used as a reference for the returned version of the folder content. *
* * @param commitId * The full commit ID used as a reference for the returned version of the folder content. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withCommitId(String commitId) { setCommitId(commitId); return this; } /** ** The fully qualified path of the folder whose contents are returned. *
* * @param folderPath * The fully qualified path of the folder whose contents are returned. */ public void setFolderPath(String folderPath) { this.folderPath = folderPath; } /** ** The fully qualified path of the folder whose contents are returned. *
* * @return The fully qualified path of the folder whose contents are returned. */ public String getFolderPath() { return this.folderPath; } /** ** The fully qualified path of the folder whose contents are returned. *
* * @param folderPath * The fully qualified path of the folder whose contents are returned. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withFolderPath(String folderPath) { setFolderPath(folderPath); return this; } /** ** The full SHA-1 pointer of the tree information for the commit that contains the folder. *
* * @param treeId * The full SHA-1 pointer of the tree information for the commit that contains the folder. */ public void setTreeId(String treeId) { this.treeId = treeId; } /** ** The full SHA-1 pointer of the tree information for the commit that contains the folder. *
* * @return The full SHA-1 pointer of the tree information for the commit that contains the folder. */ public String getTreeId() { return this.treeId; } /** ** The full SHA-1 pointer of the tree information for the commit that contains the folder. *
* * @param treeId * The full SHA-1 pointer of the tree information for the commit that contains the folder. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withTreeId(String treeId) { setTreeId(treeId); return this; } /** ** The list of folders that exist under the specified folder, if any. *
* * @return The list of folders that exist under the specified folder, if any. */ public java.util.List* The list of folders that exist under the specified folder, if any. *
* * @param subFolders * The list of folders that exist under the specified folder, if any. */ public void setSubFolders(java.util.Collection* The list of folders that exist under the specified folder, if any. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSubFolders(java.util.Collection)} or {@link #withSubFolders(java.util.Collection)} if you want to * override the existing values. *
* * @param subFolders * The list of folders that exist under the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSubFolders(Folder... subFolders) { if (this.subFolders == null) { setSubFolders(new java.util.ArrayList* The list of folders that exist under the specified folder, if any. *
* * @param subFolders * The list of folders that exist under the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSubFolders(java.util.Collection* The list of files in the specified folder, if any. *
* * @return The list of files in the specified folder, if any. */ public java.util.List* The list of files in the specified folder, if any. *
* * @param files * The list of files in the specified folder, if any. */ public void setFiles(java.util.Collection* The list of files in the specified folder, if any. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setFiles(java.util.Collection)} or {@link #withFiles(java.util.Collection)} if you want to override the * existing values. *
* * @param files * The list of files in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withFiles(File... files) { if (this.files == null) { setFiles(new java.util.ArrayList* The list of files in the specified folder, if any. *
* * @param files * The list of files in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withFiles(java.util.Collection* The list of symbolic links to other files and folders in the specified folder, if any. *
* * @return The list of symbolic links to other files and folders in the specified folder, if any. */ public java.util.List* The list of symbolic links to other files and folders in the specified folder, if any. *
* * @param symbolicLinks * The list of symbolic links to other files and folders in the specified folder, if any. */ public void setSymbolicLinks(java.util.Collection* The list of symbolic links to other files and folders in the specified folder, if any. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSymbolicLinks(java.util.Collection)} or {@link #withSymbolicLinks(java.util.Collection)} if you want * to override the existing values. *
* * @param symbolicLinks * The list of symbolic links to other files and folders in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSymbolicLinks(SymbolicLink... symbolicLinks) { if (this.symbolicLinks == null) { setSymbolicLinks(new java.util.ArrayList* The list of symbolic links to other files and folders in the specified folder, if any. *
* * @param symbolicLinks * The list of symbolic links to other files and folders in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSymbolicLinks(java.util.Collection* The list of submodules in the specified folder, if any. *
* * @return The list of submodules in the specified folder, if any. */ public java.util.List* The list of submodules in the specified folder, if any. *
* * @param subModules * The list of submodules in the specified folder, if any. */ public void setSubModules(java.util.Collection* The list of submodules in the specified folder, if any. *
** NOTE: This method appends the values to the existing list (if any). Use * {@link #setSubModules(java.util.Collection)} or {@link #withSubModules(java.util.Collection)} if you want to * override the existing values. *
* * @param subModules * The list of submodules in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSubModules(SubModule... subModules) { if (this.subModules == null) { setSubModules(new java.util.ArrayList* The list of submodules in the specified folder, if any. *
* * @param subModules * The list of submodules in the specified folder, if any. * @return Returns a reference to this object so that method calls can be chained together. */ public GetFolderResult withSubModules(java.util.Collection