File tree Expand file tree Collapse file tree 4 files changed +29
-6
lines changed
clients/google-api-services-androidenterprise/v1
com/google/api/services/androidenterprise Expand file tree Collapse file tree 4 files changed +29
-6
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidenterprise</artifactId >
25
- <version >v1-rev20240623 -2.0.0</version >
25
+ <version >v1-rev20240703 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240623 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240703 -2.0.0'
39
39
}
40
40
```
41
41
Original file line number Diff line number Diff line change @@ -1890,6 +1890,29 @@ public GenerateSignupUrl setUploadProtocol(java.lang.String uploadProtocol) {
1890
1890
return (GenerateSignupUrl ) super .setUploadProtocol (uploadProtocol );
1891
1891
}
1892
1892
1893
+ /**
1894
+ * Optional. Email address used to prefill the admin field of the enterprise signup form. This
1895
+ * value is a hint only and can be altered by the user.
1896
+ */
1897
+ @ com .google .api .client .util .Key
1898
+ private java .lang .String adminEmail ;
1899
+
1900
+ /** Optional. Email address used to prefill the admin field of the enterprise signup form. This value
1901
+ is a hint only and can be altered by the user.
1902
+ */
1903
+ public java .lang .String getAdminEmail () {
1904
+ return adminEmail ;
1905
+ }
1906
+
1907
+ /**
1908
+ * Optional. Email address used to prefill the admin field of the enterprise signup form. This
1909
+ * value is a hint only and can be altered by the user.
1910
+ */
1911
+ public GenerateSignupUrl setAdminEmail (java .lang .String adminEmail ) {
1912
+ this .adminEmail = adminEmail ;
1913
+ return this ;
1914
+ }
1915
+
1893
1916
/**
1894
1917
* The callback URL to which the Admin will be redirected after successfully creating an
1895
1918
* enterprise. Before redirecting there the system will add a single query parameter to this
Original file line number Diff line number Diff line change 8
8
9
9
<groupId >com.google.apis</groupId >
10
10
<artifactId >google-api-services-androidenterprise</artifactId >
11
- <version >v1-rev20240623 -2.0.0</version >
12
- <name >Google Play EMM API v1-rev20240623 -2.0.0</name >
11
+ <version >v1-rev20240703 -2.0.0</version >
12
+ <name >Google Play EMM API v1-rev20240703 -2.0.0</name >
13
13
<packaging >jar</packaging >
14
14
15
15
<inceptionYear >2011</inceptionYear >
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
22
22
<dependency >
23
23
<groupId >com.google.apis</groupId >
24
24
<artifactId >google-api-services-androidenterprise</artifactId >
25
- <version >v1-rev20240623 -2.0.0</version >
25
+ <version >v1-rev20240703 -2.0.0</version >
26
26
</dependency >
27
27
</dependencies >
28
28
</project >
@@ -35,7 +35,7 @@ repositories {
35
35
mavenCentral()
36
36
}
37
37
dependencies {
38
- implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240623 -2.0.0'
38
+ implementation 'com.google.apis:google-api-services-androidenterprise:v1-rev20240703 -2.0.0'
39
39
}
40
40
```
41
41
You can’t perform that action at this time.
0 commit comments