| Package | Description |
|---|---|
| com.facebook.ads.sdk |
| Modifier and Type | Method and Description |
|---|---|
PaymentSubscription |
PaymentSubscription.copyFrom(PaymentSubscription instance) |
PaymentSubscription |
PaymentSubscription.APIRequestGet.execute() |
PaymentSubscription |
PaymentSubscription.APIRequestGet.execute(Map<String,Object> extraParams) |
PaymentSubscription |
PaymentSubscription.fetch() |
static PaymentSubscription |
PaymentSubscription.fetchById(Long id,
APIContext context) |
static PaymentSubscription |
PaymentSubscription.fetchById(String id,
APIContext context) |
PaymentSubscription |
PaymentSubscription.APIRequestGet.getLastResponse() |
static PaymentSubscription |
PaymentSubscription.loadJSON(String json,
APIContext context,
String header) |
PaymentSubscription |
PaymentSubscription.APIRequestGet.parseResponse(String response,
String header) |
| Modifier and Type | Method and Description |
|---|---|
com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
PaymentSubscription.APIRequestGet.executeAsync() |
com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
PaymentSubscription.APIRequestGet.executeAsync(Map<String,Object> extraParams) |
static com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
PaymentSubscription.fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<PaymentSubscription> |
PaymentSubscription.fetchByIdAsync(String id,
APIContext context) |
static APINodeList<PaymentSubscription> |
PaymentSubscription.fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<PaymentSubscription>> |
PaymentSubscription.fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
static APIRequest.ResponseParser<PaymentSubscription> |
PaymentSubscription.getParser() |
static APINodeList<PaymentSubscription> |
PaymentSubscription.parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
| Modifier and Type | Method and Description |
|---|---|
PaymentSubscription |
PaymentSubscription.copyFrom(PaymentSubscription instance) |
Copyright © 2020. All rights reserved.