target.apidocs.com.google.api.services.paymentsresellersubscription.v1.PaymentsResellerSubscription.Partners.html Maven / Gradle / Ivy
PaymentsResellerSubscription.Partners (Payments Reseller Subscription API v1-rev20241105-2.0.0)
com.google.api.services.paymentsresellersubscription.v1
Class PaymentsResellerSubscription.Partners
- java.lang.Object
-
- com.google.api.services.paymentsresellersubscription.v1.PaymentsResellerSubscription.Partners
-
- Enclosing class:
- PaymentsResellerSubscription
public class PaymentsResellerSubscription.Partners
extends Object
The "partners" collection of methods.
-
-
Nested Class Summary
Nested Classes
Modifier and Type
Class and Description
class
PaymentsResellerSubscription.Partners.Products
The "products" collection of methods.
class
PaymentsResellerSubscription.Partners.Promotions
The "promotions" collection of methods.
class
PaymentsResellerSubscription.Partners.Subscriptions
The "subscriptions" collection of methods.
class
PaymentsResellerSubscription.Partners.UserSessions
The "userSessions" collection of methods.
-
Constructor Summary
Constructors
Constructor and Description
Partners()
-
Method Summary
All Methods Instance Methods Concrete Methods
Modifier and Type
Method and Description
PaymentsResellerSubscription.Partners.Products
products()
An accessor for creating requests from the Products collection.
PaymentsResellerSubscription.Partners.Promotions
promotions()
An accessor for creating requests from the Promotions collection.
PaymentsResellerSubscription.Partners.Subscriptions
subscriptions()
An accessor for creating requests from the Subscriptions collection.
PaymentsResellerSubscription.Partners.UserSessions
userSessions()
An accessor for creating requests from the UserSessions collection.
-
-
Method Detail
-
products
public PaymentsResellerSubscription.Partners.Products products()
An accessor for creating requests from the Products collection.
The typical use is:
PaymentsResellerSubscription paymentsresellersubscription = new PaymentsResellerSubscription(...);
PaymentsResellerSubscription.Products.List request = paymentsresellersubscription.products().list(parameters ...)
- Returns:
- the resource collection
-
promotions
public PaymentsResellerSubscription.Partners.Promotions promotions()
An accessor for creating requests from the Promotions collection.
The typical use is:
PaymentsResellerSubscription paymentsresellersubscription = new PaymentsResellerSubscription(...);
PaymentsResellerSubscription.Promotions.List request = paymentsresellersubscription.promotions().list(parameters ...)
- Returns:
- the resource collection
-
subscriptions
public PaymentsResellerSubscription.Partners.Subscriptions subscriptions()
An accessor for creating requests from the Subscriptions collection.
The typical use is:
PaymentsResellerSubscription paymentsresellersubscription = new PaymentsResellerSubscription(...);
PaymentsResellerSubscription.Subscriptions.List request = paymentsresellersubscription.subscriptions().list(parameters ...)
- Returns:
- the resource collection
-
userSessions
public PaymentsResellerSubscription.Partners.UserSessions userSessions()
An accessor for creating requests from the UserSessions collection.
The typical use is:
PaymentsResellerSubscription paymentsresellersubscription = new PaymentsResellerSubscription(...);
PaymentsResellerSubscription.UserSessions.List request = paymentsresellersubscription.userSessions().list(parameters ...)
- Returns:
- the resource collection
Copyright © 2011–2024 Google. All rights reserved.
© 2015 - 2024 Weber Informatics LLC | Privacy Policy