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
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/EnterpriseManagement.java
+11-2
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -12,7 +12,7 @@
12
12
*/
13
13
14
14
/*
15
-
* IBM OpenAPI SDK Code Generator Version: 99-SNAPSHOT-629bbb97-20201207-171303
15
+
* IBM OpenAPI SDK Code Generator Version: 3.30.0-bd714324-20210406-200538
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountGroupsOptions.java
+28-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -21,6 +21,7 @@ public class ListAccountGroupsOptions extends GenericModel {
21
21
22
22
protectedStringenterpriseId;
23
23
protectedStringparentAccountGroupId;
24
+
protectedStringnextDocid;
24
25
protectedStringparent;
25
26
protectedLonglimit;
26
27
@@ -30,12 +31,14 @@ public class ListAccountGroupsOptions extends GenericModel {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountsOptions.java
+28-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -21,6 +21,7 @@ public class ListAccountsOptions extends GenericModel {
21
21
22
22
protectedStringenterpriseId;
23
23
protectedStringaccountGroupId;
24
+
protectedStringnextDocid;
24
25
protectedStringparent;
25
26
protectedLonglimit;
26
27
@@ -30,12 +31,14 @@ public class ListAccountsOptions extends GenericModel {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListEnterprisesOptions.java
+28-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -22,6 +22,7 @@ public class ListEnterprisesOptions extends GenericModel {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/package-info.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/AccountManagementHelper.java
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/EnterpriseManagementIT.java
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/EnterpriseManagementTest.java
+14-7
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountGroupsOptionsTest.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -34,11 +34,13 @@ public void testListAccountGroupsOptions() throws Throwable {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountGroupsResponseTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountsOptionsTest.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -34,11 +34,13 @@ public void testListAccountsOptions() throws Throwable {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListAccountsResponseTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListEnterprisesOptionsTest.java
+3-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
@@ -35,11 +35,13 @@ public void testListEnterprisesOptions() throws Throwable {
Copy file name to clipboardexpand all lines: modules/enterprise-management/src/test/java/com/ibm/cloud/platform_services/enterprise_management/v1/model/ListEnterprisesResponseTest.java
+2-1
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,5 @@
1
1
/*
2
-
* (C) Copyright IBM Corp. 2020.
2
+
* (C) Copyright IBM Corp. 2021.
3
3
*
4
4
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with
5
5
* the License. You may obtain a copy of the License at
Copy file name to clipboardexpand all lines: modules/examples/src/main/java/com/ibm/cloud/platform_services/enterprise_management/v1/EnterpriseManagementExamples.java
0 commit comments