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-paymentsresellersubscription/v1/2.0.0/com/google/api/services/paymentsresellersubscription/v1/model/ResumeSubscriptionRequest.java
+24Lines changed: 24 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,13 @@ public final class ResumeSubscriptionRequest extends com.google.api.client.json.
37
37
@com.google.api.client.util.Key
38
38
privateCycleOptionscycleOptions;
39
39
40
+
/**
41
+
* Optional. The mode to resume the subscription.
42
+
* The value may be {@code null}.
43
+
*/
44
+
@com.google.api.client.util.Key
45
+
privatejava.lang.StringresumeMode;
46
+
40
47
/**
41
48
* Optional. The cycle options for the subscription.
42
49
* @return value or {@code null} for none
@@ -54,6 +61,23 @@ public ResumeSubscriptionRequest setCycleOptions(CycleOptions cycleOptions) {
54
61
returnthis;
55
62
}
56
63
64
+
/**
65
+
* Optional. The mode to resume the subscription.
66
+
* @return value or {@code null} for none
67
+
*/
68
+
publicjava.lang.StringgetResumeMode() {
69
+
returnresumeMode;
70
+
}
71
+
72
+
/**
73
+
* Optional. The mode to resume the subscription.
74
+
* @param resumeMode resumeMode or {@code null} for none
0 commit comments