public class JobsListOutputFilesOptions extends Object
Constructor and Description |
---|
JobsListOutputFilesOptions() |
Modifier and Type | Method and Description |
---|---|
String |
directory()
Get the path to the directory.
|
Integer |
linkexpiryinminutes()
Get the number of minutes after which the download link will expire.
|
Integer |
maxResults()
Get the maximum number of items to return in the response.
|
String |
outputdirectoryid()
Get id of the job output directory.
|
JobsListOutputFilesOptions |
withDirectory(String directory)
Set the path to the directory.
|
JobsListOutputFilesOptions |
withLinkexpiryinminutes(Integer linkexpiryinminutes)
Set the number of minutes after which the download link will expire.
|
JobsListOutputFilesOptions |
withMaxResults(Integer maxResults)
Set the maximum number of items to return in the response.
|
JobsListOutputFilesOptions |
withOutputdirectoryid(String outputdirectoryid)
Set id of the job output directory.
|
public String outputdirectoryid()
public JobsListOutputFilesOptions withOutputdirectoryid(String outputdirectoryid)
outputdirectoryid
- the outputdirectoryid value to setpublic String directory()
public JobsListOutputFilesOptions withDirectory(String directory)
directory
- the directory value to setpublic Integer linkexpiryinminutes()
public JobsListOutputFilesOptions withLinkexpiryinminutes(Integer linkexpiryinminutes)
linkexpiryinminutes
- the linkexpiryinminutes value to setpublic Integer maxResults()
public JobsListOutputFilesOptions withMaxResults(Integer maxResults)
maxResults
- the maxResults value to setCopyright © 2019. All rights reserved.