Skip to content

Commit 61b5da5

Browse files
[TASKSCLOUD-585] - Deployed new 21.8 version.
1 parent bff550a commit 61b5da5

File tree

8 files changed

+44
-21
lines changed

8 files changed

+44
-21
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ Add this dependency to your project's POM:
7171
<dependency>
7272
<groupId>com.aspose</groupId>
7373
<artifactId>aspose-tasks-cloud</artifactId>
74-
<version>21.7.0</version>
74+
<version>21.8.0</version>
7575
</dependency>
7676
</dependencies>
7777
```

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<artifactId>aspose-tasks-cloud</artifactId>
55
<packaging>jar</packaging>
66
<name>aspose-tasks-cloud</name>
7-
<version>21.7.0</version>
7+
<version>21.8.0</version>
88
<url>https://www.aspose.cloud/</url>
99
<description>Aspose Tasks Cloud Java SDK</description>
1010
<scm>

src/main/java/com/aspose/tasks/cloud/ApiClient.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public class ApiClient {
6969
private String apiVersion = "v3.0";
7070
private String baseUrl = "https://api.aspose.cloud";
7171
private String basePath = baseUrl + "/" + apiVersion;
72-
private String clientVersion = "21.7.0";
72+
private String clientVersion = "21.8.0";
7373
private boolean debugging = false;
7474
private Map<String, String> defaultHeaderMap = new HashMap<String, String>();
7575
private String tempFolderPath = null;
@@ -1135,4 +1135,4 @@ private class GetAccessTokenResult
11351135
public String access_token;
11361136
public String refresh_token;
11371137
}
1138-
}
1138+
}

src/main/java/com/aspose/tasks/cloud/model/Task.java

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,6 +179,9 @@ public class Task {
179179
@SerializedName("Guid")
180180
private String guid = null;
181181

182+
@SerializedName("HasOverallocatedResource")
183+
private Boolean hasOverallocatedResource = null;
184+
182185
@SerializedName("HideBar")
183186
private Boolean hideBar = null;
184187

@@ -1136,6 +1139,24 @@ public void setGuid(String guid) {
11361139
this.guid = guid;
11371140
}
11381141

1142+
public Task hasOverallocatedResource(Boolean hasOverallocatedResource) {
1143+
this.hasOverallocatedResource = hasOverallocatedResource;
1144+
return this;
1145+
}
1146+
1147+
/**
1148+
* Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity.
1149+
* @return hasOverallocatedResource
1150+
**/
1151+
@ApiModelProperty(required = true, value = "Indicates whether the task has an resource assigned which has more work on assigned tasks than can be completed within normal working capacity.")
1152+
public Boolean isHasOverallocatedResource() {
1153+
return hasOverallocatedResource;
1154+
}
1155+
1156+
public void setHasOverallocatedResource(Boolean hasOverallocatedResource) {
1157+
this.hasOverallocatedResource = hasOverallocatedResource;
1158+
}
1159+
11391160
public Task hideBar(Boolean hideBar) {
11401161
this.hideBar = hideBar;
11411162
return this;
@@ -2533,6 +2554,7 @@ public boolean equals(java.lang.Object o) {
25332554
Objects.equals(this.fixedCostAccrual, task.fixedCostAccrual) &&
25342555
Objects.equals(this.freeSlack, task.freeSlack) &&
25352556
Objects.equals(this.guid, task.guid) &&
2557+
Objects.equals(this.hasOverallocatedResource, task.hasOverallocatedResource) &&
25362558
Objects.equals(this.hideBar, task.hideBar) &&
25372559
Objects.equals(this.ignoreResourceCalendar, task.ignoreResourceCalendar) &&
25382560
Objects.equals(this.lateFinish, task.lateFinish) &&
@@ -2610,7 +2632,7 @@ public boolean equals(java.lang.Object o) {
26102632

26112633
@Override
26122634
public int hashCode() {
2613-
return Objects.hash(uid, id, name, durationText, duration, start, finish, startText, finishText, percentComplete, percentWorkComplete, isActive, actualCost, actualDuration, actualFinish, actualOvertimeCost, actualOvertimeWork, actualWorkProtected, actualOvertimeWorkProtected, actualStart, budgetWork, budgetCost, constraintDate, constraintType, contact, cost, cv, deadline, durationVariance, earlyFinish, earlyStart, isEffortDriven, isExternalTask, externalTaskProject, externalId, finishSlack, finishVariance, fixedCost, fixedCostAccrual, freeSlack, guid, hideBar, ignoreResourceCalendar, lateFinish, lateStart, isLevelAssignments, canLevelingSplit, levelingDelay, isMarked, isMilestone, isCritical, isSubproject, isSubprojectReadOnly, subprojectName, isSummary, subtasksUids, outlineLevel, isOverAllocated, isEstimated, overtimeCost, overtimeWork, physicalPercentComplete, preLeveledFinish, preLeveledStart, isRecurring, regularWork, remainingCost, remainingDuration, remainingOvertimeCost, remainingOvertimeWork, remainingWork, resume, isResumeValid, stop, isRollup, startSlack, startVariance, calendarUid, isManual, manualStart, manualFinish, manualDuration, totalSlack, type, wbs, priority, work, workVariance, notesText, notesRTF, acwp, bcws, bcwp, levelingDelayFormat, predecessors, successors, ignoreWarnings, isExpanded, displayOnTimeline, displayAsSummary, hyperlink, hyperlinkAddress, hyperlinkSubAddress, earnedValueMethod, isPublished, statusManager, commitmentStart, commitmentFinish, commitmentType, baselines, extendedAttributes, outlineCodes, warning, activityId);
2635+
return Objects.hash(uid, id, name, durationText, duration, start, finish, startText, finishText, percentComplete, percentWorkComplete, isActive, actualCost, actualDuration, actualFinish, actualOvertimeCost, actualOvertimeWork, actualWorkProtected, actualOvertimeWorkProtected, actualStart, budgetWork, budgetCost, constraintDate, constraintType, contact, cost, cv, deadline, durationVariance, earlyFinish, earlyStart, isEffortDriven, isExternalTask, externalTaskProject, externalId, finishSlack, finishVariance, fixedCost, fixedCostAccrual, freeSlack, guid, hasOverallocatedResource, hideBar, ignoreResourceCalendar, lateFinish, lateStart, isLevelAssignments, canLevelingSplit, levelingDelay, isMarked, isMilestone, isCritical, isSubproject, isSubprojectReadOnly, subprojectName, isSummary, subtasksUids, outlineLevel, isOverAllocated, isEstimated, overtimeCost, overtimeWork, physicalPercentComplete, preLeveledFinish, preLeveledStart, isRecurring, regularWork, remainingCost, remainingDuration, remainingOvertimeCost, remainingOvertimeWork, remainingWork, resume, isResumeValid, stop, isRollup, startSlack, startVariance, calendarUid, isManual, manualStart, manualFinish, manualDuration, totalSlack, type, wbs, priority, work, workVariance, notesText, notesRTF, acwp, bcws, bcwp, levelingDelayFormat, predecessors, successors, ignoreWarnings, isExpanded, displayOnTimeline, displayAsSummary, hyperlink, hyperlinkAddress, hyperlinkSubAddress, earnedValueMethod, isPublished, statusManager, commitmentStart, commitmentFinish, commitmentType, baselines, extendedAttributes, outlineCodes, warning, activityId);
26142636
}
26152637

26162638

@@ -2660,6 +2682,7 @@ public String toString() {
26602682
sb.append(" fixedCostAccrual: ").append(toIndentedString(fixedCostAccrual)).append("\n");
26612683
sb.append(" freeSlack: ").append(toIndentedString(freeSlack)).append("\n");
26622684
sb.append(" guid: ").append(toIndentedString(guid)).append("\n");
2685+
sb.append(" hasOverallocatedResource: ").append(toIndentedString(hasOverallocatedResource)).append("\n");
26632686
sb.append(" hideBar: ").append(toIndentedString(hideBar)).append("\n");
26642687
sb.append(" ignoreResourceCalendar: ").append(toIndentedString(ignoreResourceCalendar)).append("\n");
26652688
sb.append(" lateFinish: ").append(toIndentedString(lateFinish)).append("\n");

src/main/java/com/aspose/tasks/cloud/model/requests/CreateNewProjectRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class CreateNewProjectRequest {
6767
private String storage;
6868

6969
/*
70-
* Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
70+
* Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
7171
*/
7272
private String xProjectOnlineToken;
7373

@@ -85,7 +85,7 @@ public class CreateNewProjectRequest {
8585
* @param ProjectServerSaveOptionsDTO saveOptions Dispensable save options for Project Server\\Project Online.
8686
* @param String folder The document folder.
8787
* @param String storage The document storage.
88-
* @param String xProjectOnlineToken Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
88+
* @param String xProjectOnlineToken Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
8989
* @param String xSharepointPassword The password for the SharePoint site.
9090
*/
9191
public CreateNewProjectRequest(String name, String siteUrl, String userName, ProjectServerSaveOptionsDTO saveOptions, String folder, String storage, String xProjectOnlineToken, String xSharepointPassword) {
@@ -184,14 +184,14 @@ public void setstorage(String value) {
184184
}
185185

186186
/*
187-
* Gets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
187+
* Gets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
188188
*/
189189
public String getxProjectOnlineToken() {
190190
return xProjectOnlineToken;
191191
}
192192

193193
/*
194-
* Sets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
194+
* Sets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
195195
*/
196196
public void setxProjectOnlineToken(String value) {
197197
xProjectOnlineToken = value;

src/main/java/com/aspose/tasks/cloud/model/requests/GetProjectListRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ public class GetProjectListRequest {
4747
private String userName;
4848

4949
/*
50-
* Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
50+
* Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
5151
*/
5252
private String xProjectOnlineToken;
5353

@@ -61,7 +61,7 @@ public class GetProjectListRequest {
6161
*
6262
* @param String siteUrl The URL of PWA (Project Web Access) API of Project Online.
6363
* @param String userName The user name for the sharepoint site.
64-
* @param String xProjectOnlineToken Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
64+
* @param String xProjectOnlineToken Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
6565
* @param String xSharepointPassword The password for the SharePoint site.
6666
*/
6767
public GetProjectListRequest(String siteUrl, String userName, String xProjectOnlineToken, String xSharepointPassword) {
@@ -100,14 +100,14 @@ public void setuserName(String value) {
100100
}
101101

102102
/*
103-
* Gets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
103+
* Gets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
104104
*/
105105
public String getxProjectOnlineToken() {
106106
return xProjectOnlineToken;
107107
}
108108

109109
/*
110-
* Sets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
110+
* Sets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
111111
*/
112112
public void setxProjectOnlineToken(String value) {
113113
xProjectOnlineToken = value;

src/main/java/com/aspose/tasks/cloud/model/requests/PutImportProjectFromProjectOnlineRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public class PutImportProjectFromProjectOnlineRequest {
7272
private String storage;
7373

7474
/*
75-
* Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
75+
* Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
7676
*/
7777
private String xProjectOnlineToken;
7878

@@ -91,7 +91,7 @@ public class PutImportProjectFromProjectOnlineRequest {
9191
* @param String format Format of the resulting file.
9292
* @param String folder The document folder.
9393
* @param String storage The document storage.
94-
* @param String xProjectOnlineToken Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
94+
* @param String xProjectOnlineToken Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
9595
* @param String xSharepointPassword The password for the SharePoint site.
9696
*/
9797
public PutImportProjectFromProjectOnlineRequest(String name, String guid, String siteUrl, String userName, String format, String folder, String storage, String xProjectOnlineToken, String xSharepointPassword) {
@@ -205,14 +205,14 @@ public void setstorage(String value) {
205205
}
206206

207207
/*
208-
* Gets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
208+
* Gets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
209209
*/
210210
public String getxProjectOnlineToken() {
211211
return xProjectOnlineToken;
212212
}
213213

214214
/*
215-
* Sets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
215+
* Sets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
216216
*/
217217
public void setxProjectOnlineToken(String value) {
218218
xProjectOnlineToken = value;

src/main/java/com/aspose/tasks/cloud/model/requests/UpdateProjectRequest.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class UpdateProjectRequest {
6767
private String storage;
6868

6969
/*
70-
* Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
70+
* Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
7171
*/
7272
private String xProjectOnlineToken;
7373

@@ -85,7 +85,7 @@ public class UpdateProjectRequest {
8585
* @param ProjectServerSaveOptionsDTO saveOptions Dispensable save options for Project Server\\Project Online.
8686
* @param String folder The document folder.
8787
* @param String storage The document storage.
88-
* @param String xProjectOnlineToken Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
88+
* @param String xProjectOnlineToken Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
8989
* @param String xSharepointPassword The password for the SharePoint site.
9090
*/
9191
public UpdateProjectRequest(String name, String siteUrl, String userName, ProjectServerSaveOptionsDTO saveOptions, String folder, String storage, String xProjectOnlineToken, String xSharepointPassword) {
@@ -184,14 +184,14 @@ public void setstorage(String value) {
184184
}
185185

186186
/*
187-
* Gets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
187+
* Gets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
188188
*/
189189
public String getxProjectOnlineToken() {
190190
return xProjectOnlineToken;
191191
}
192192

193193
/*
194-
* Sets Authorization token for the SharePoint. For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
194+
* Sets Authorization token (SPOIDCRL) for SharePoint's PWA (Project Web Access). For example, in c# it can be retrieved using SharePointOnlineCredentials class from Microsoft.SharePoint.Client.Runtime assembly
195195
*/
196196
public void setxProjectOnlineToken(String value) {
197197
xProjectOnlineToken = value;

0 commit comments

Comments
 (0)