Package com.aspose.tasks.cloud.model
Class ProjectServerSaveOptionsDTO
java.lang.Object
com.aspose.tasks.cloud.model.ProjectServerSaveOptionsDTO
Allows to specify additional options when project is saved to Project Server or Project Online.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
Gets or sets interval between queue job status requests.Gets or sets unique identifier of a project.Gets or sets name of a project which is displayed in Project Server \\ Project Online projects list.Gets or sets timeout used when waiting for processing of save project request by a Project Server's queue processing service.int
hashCode()
pollingInterval
(String pollingInterval) projectGuid
(String projectGuid) projectName
(String projectName) void
setPollingInterval
(String pollingInterval) void
setProjectGuid
(String projectGuid) void
setProjectName
(String projectName) void
setTimeout
(String timeout) toString()
-
Constructor Details
-
ProjectServerSaveOptionsDTO
public ProjectServerSaveOptionsDTO()
-
-
Method Details
-
projectName
-
getProjectName
Gets or sets name of a project which is displayed in Project Server \\ Project Online projects list. Should be unique within Project Server \\ Project Online instance. Is the value is omitted, the value of Prj.Name property will be used instead.- Returns:
- projectName
-
setProjectName
-
projectGuid
-
getProjectGuid
Gets or sets unique identifier of a project. Should be unique within Project Server \\ Project Online instance.- Returns:
- projectGuid
-
setProjectGuid
-
timeout
-
getTimeout
Gets or sets timeout used when waiting for processing of save project request by a Project Server's queue processing service. The default value for this property is 1 minute. The processing time may be longer for large projects or in case when Project Server instance is too busy responding to other requests.- Returns:
- timeout
-
setTimeout
-
pollingInterval
-
getPollingInterval
Gets or sets interval between queue job status requests. The default value is 2 seconds.- Returns:
- pollingInterval
-
setPollingInterval
-
equals
-
hashCode
public int hashCode() -
toString
-