Interface | Description |
---|---|
AbstractPagingRequestFactory.PageCacheRetriever |
Implement this to support persisting the URL that points to the next page of information.
|
Class | Description |
---|---|
AbstractPagingRequestFactory |
A request factory that can page through requests.
|
AbstractRequestFactory |
Base class for all AbstractRequest building classes.
|
AccessTokenRequestFactory |
Class to build requests to interact with the endpoints that deal with
AccessToken s. |
AppConstantsRequestFactory |
Class to build requests to interact with the endpoints that deal with
AppConstants . |
AppLocationListRequestFactory |
A list of locations for a specific application ID.
|
BeaconCheckInRequestFactory |
Request factory to notify the LevelUp web service when an app discovers a LevelUp beacon.
|
CampaignRequestFactory |
Builds requests that interact with the Campaigns endpoint.
|
CarrierAccountsRequestFactory |
Factory to build requests that registers carrier billing sources.
|
CategoryRequestFactory |
Request a list of
Category s from the server. |
ClaimRequestFactory |
Builds requests to claim
Campaign s. |
CreditCardRequestFactory |
AbstractRequest builder for requests to the Credit Cards endpoint.
|
FeedbackRequestFactory |
Class to build requests to interact with the feedback endpoint.
|
GcmDeviceRequestFactory |
Request builder for requests to the GCM Devices endpoint on the LevelUp web service.
|
GiftCardOrderRequestFactory |
Factory for gift card order requests.
|
InterstitialRequestFactory |
Request factory for dealing with
Interstitial s. |
LocationCampaignsRequestFactory |
Factory for creating
AbstractRequest s for interacting with
location campaigns data on the web service. |
LocationCreditRequestFactory |
Class to build requests to interact with the endpoint that deals with getting credit at a
specified location.
|
LocationListRequestFactory |
A summarized list of all LevelUp locations.
|
LocationRequestFactory |
Factory to build requests to interact with the
Location
related web service endpoints. |
LoyaltyRequestFactory |
Factory for creating
AbstractRequest s for interacting with
Loyalty on the web service. |
MerchantCampaignsRequestFactory |
Factory for creating
AbstractRequest s for interacting with
merchant campaign data on the web service. |
OrderRequestFactory |
Class to build requests to interact with the order endpoint.
|
PaymentMethodRequestFactory |
Builds requests related to the user's payment method.
|
PaymentPreferenceRequestFactory |
Builds requests that interact with the payment request endpoints.
|
PaymentTokenRequestFactory |
Factory for creating
AbstractRequest 's to interact with
PaymentToken s on the web service. |
RegistrationRequestFactory |
Request factory for fetching a
Registration from the web
service. |
TicketRequestFactory |
Class to build requests to interact with the endpoint that deals with support tickets.
|
UserRequestFactory |
Class to build requests to interact with the endpoints that deal with
User s. |
UserRequestFactory.UserInfoRequestBuilder |
Builder to create a request that updates the User's information.
|
WebLinkRequestFactory |
Factory to build requests to interact with the
WebLink related web service end points. |
WebLinkTypeRequestFactory |
Factory to build requests to retrieve images for
WebLink s. |
Enum | Description |
---|---|
CampaignRequestFactory.IconSize |
Represents icon sizes for icon requests.
|