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: clients/google-api-services-androidenterprise/v1/2.0.0/com/google/api/services/androidenterprise/model/Policy.java
+27Lines changed: 27 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -55,6 +55,14 @@ public final class Policy extends com.google.api.client.json.GenericJson {
55
55
@com.google.api.client.util.Key
56
56
privateMaintenanceWindowmaintenanceWindow;
57
57
58
+
/**
59
+
* An identifier for the policy that will be passed with the app install feedback sent from the
60
+
* Play Store.
61
+
* The value may be {@code null}.
62
+
*/
63
+
@com.google.api.client.util.Key
64
+
privatejava.lang.StringpolicyId;
65
+
58
66
/**
59
67
* The availability granted to the device for the specified products. "all" gives the device
60
68
* access to all products, regardless of approval status. "all" does not enable automatic
@@ -136,6 +144,25 @@ public Policy setMaintenanceWindow(MaintenanceWindow maintenanceWindow) {
136
144
returnthis;
137
145
}
138
146
147
+
/**
148
+
* An identifier for the policy that will be passed with the app install feedback sent from the
149
+
* Play Store.
150
+
* @return value or {@code null} for none
151
+
*/
152
+
publicjava.lang.StringgetPolicyId() {
153
+
returnpolicyId;
154
+
}
155
+
156
+
/**
157
+
* An identifier for the policy that will be passed with the app install feedback sent from the
158
+
* Play Store.
159
+
* @param policyId policyId or {@code null} for none
0 commit comments