You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.")
Copy file name to clipboardExpand all lines: src/main/java/com/aspose/tasks/cloud/model/requests/CreateNewProjectRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public class CreateNewProjectRequest {
67
67
privateStringstorage;
68
68
69
69
/*
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
71
71
*/
72
72
privateStringxProjectOnlineToken;
73
73
@@ -85,7 +85,7 @@ public class CreateNewProjectRequest {
85
85
* @param ProjectServerSaveOptionsDTO saveOptions Dispensable save options for Project Server\\Project Online.
86
86
* @param String folder The document folder.
87
87
* @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
89
89
* @param String xSharepointPassword The password for the SharePoint site.
@@ -184,14 +184,14 @@ public void setstorage(String value) {
184
184
}
185
185
186
186
/*
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
188
188
*/
189
189
publicStringgetxProjectOnlineToken() {
190
190
returnxProjectOnlineToken;
191
191
}
192
192
193
193
/*
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
Copy file name to clipboardExpand all lines: src/main/java/com/aspose/tasks/cloud/model/requests/GetProjectListRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ public class GetProjectListRequest {
47
47
privateStringuserName;
48
48
49
49
/*
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
51
51
*/
52
52
privateStringxProjectOnlineToken;
53
53
@@ -61,7 +61,7 @@ public class GetProjectListRequest {
61
61
*
62
62
* @param String siteUrl The URL of PWA (Project Web Access) API of Project Online.
63
63
* @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
65
65
* @param String xSharepointPassword The password for the SharePoint site.
@@ -100,14 +100,14 @@ public void setuserName(String value) {
100
100
}
101
101
102
102
/*
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
104
104
*/
105
105
publicStringgetxProjectOnlineToken() {
106
106
returnxProjectOnlineToken;
107
107
}
108
108
109
109
/*
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
Copy file name to clipboardExpand all lines: src/main/java/com/aspose/tasks/cloud/model/requests/PutImportProjectFromProjectOnlineRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ public class PutImportProjectFromProjectOnlineRequest {
72
72
privateStringstorage;
73
73
74
74
/*
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
76
76
*/
77
77
privateStringxProjectOnlineToken;
78
78
@@ -91,7 +91,7 @@ public class PutImportProjectFromProjectOnlineRequest {
91
91
* @param String format Format of the resulting file.
92
92
* @param String folder The document folder.
93
93
* @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
95
95
* @param String xSharepointPassword The password for the SharePoint site.
@@ -205,14 +205,14 @@ public void setstorage(String value) {
205
205
}
206
206
207
207
/*
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
209
209
*/
210
210
publicStringgetxProjectOnlineToken() {
211
211
returnxProjectOnlineToken;
212
212
}
213
213
214
214
/*
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
Copy file name to clipboardExpand all lines: src/main/java/com/aspose/tasks/cloud/model/requests/UpdateProjectRequest.java
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ public class UpdateProjectRequest {
67
67
privateStringstorage;
68
68
69
69
/*
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
71
71
*/
72
72
privateStringxProjectOnlineToken;
73
73
@@ -85,7 +85,7 @@ public class UpdateProjectRequest {
85
85
* @param ProjectServerSaveOptionsDTO saveOptions Dispensable save options for Project Server\\Project Online.
86
86
* @param String folder The document folder.
87
87
* @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
89
89
* @param String xSharepointPassword The password for the SharePoint site.
@@ -184,14 +184,14 @@ public void setstorage(String value) {
184
184
}
185
185
186
186
/*
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
188
188
*/
189
189
publicStringgetxProjectOnlineToken() {
190
190
returnxProjectOnlineToken;
191
191
}
192
192
193
193
/*
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
0 commit comments