All Methods Static Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
FundraiserPersonToCharity |
copyFrom(FundraiserPersonToCharity instance) |
FundraiserPersonToCharity.APIRequestCreateEndFundraiser |
createEndFundraiser() |
FundraiserPersonToCharity.APIRequestCreateExternalDonation |
createExternalDonation() |
FundraiserPersonToCharity |
fetch() |
static FundraiserPersonToCharity |
fetchById(Long id,
APIContext context) |
static FundraiserPersonToCharity |
fetchById(String id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<FundraiserPersonToCharity> |
fetchByIdAsync(Long id,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<FundraiserPersonToCharity> |
fetchByIdAsync(String id,
APIContext context) |
static APINodeList<FundraiserPersonToCharity> |
fetchByIds(List<String> ids,
List<String> fields,
APIContext context) |
static com.google.common.util.concurrent.ListenableFuture<APINodeList<FundraiserPersonToCharity>> |
fetchByIdsAsync(List<String> ids,
List<String> fields,
APIContext context) |
FundraiserPersonToCharity.APIRequestGet |
get() |
APIContext |
getContext() |
FundraiserPersonToCharity.APIRequestGetDonations |
getDonations() |
FundraiserPersonToCharity.APIRequestGetExternalDonations |
getExternalDonations() |
Long |
getFieldAmountRaised() |
String |
getFieldCharityId() |
String |
getFieldCurrency() |
String |
getFieldDescription() |
Long |
getFieldDonationsCount() |
Long |
getFieldDonorsCount() |
String |
getFieldEndTime() |
Long |
getFieldExternalAmountRaised() |
Long |
getFieldExternalDonationsCount() |
Long |
getFieldExternalDonorsCount() |
String |
getFieldExternalEventName() |
String |
getFieldExternalEventStartTime() |
String |
getFieldExternalEventUri() |
String |
getFieldExternalFundraiserUri() |
String |
getFieldExternalId() |
Long |
getFieldGoalAmount() |
String |
getFieldId() |
Long |
getFieldInternalAmountRaised() |
Long |
getFieldInternalDonationsCount() |
Long |
getFieldInternalDonorsCount() |
String |
getFieldName() |
String |
getFieldUri() |
String |
getId() |
static APIRequest.ResponseParser<FundraiserPersonToCharity> |
getParser() |
static FundraiserPersonToCharity |
loadJSON(String json,
APIContext context,
String header) |
static APINodeList<FundraiserPersonToCharity> |
parseResponse(String json,
APIContext context,
APIRequest request,
String header) |
void |
setContext(APIContext context) |
String |
toString() |
FundraiserPersonToCharity.APIRequestUpdate |
update() |