- CALLOUT_TEXT - Static variable in class com.scvngr.levelup.core.model.factory.json.InterstitialJsonFactory.JsonKeys
-
- Campaign - Class in com.scvngr.levelup.core.model
-
Represents a campaign (which can be claimed for credit) on the server.
- Campaign(boolean, String, long, String, String, String, String, String, String, String, boolean, String, String, String, String, MonetaryValue) - Constructor for class com.scvngr.levelup.core.model.Campaign
-
- Campaign.CampaignBuilder - Class in com.scvngr.levelup.core.model
-
- CAMPAIGN_ID - Static variable in class com.scvngr.levelup.core.model.factory.json.ClaimJsonFactory.JsonKeys
-
- CampaignJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
Factory for creating
Campaign
s from JSON.
- CampaignJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.CampaignJsonFactory
-
Constructor.
- CampaignJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- CampaignMetadata - Class in com.scvngr.levelup.core.model.campaign
-
Basic information around a specific campaign.
- CampaignMetadata(long, String[]) - Constructor for class com.scvngr.levelup.core.model.campaign.CampaignMetadata
-
- CampaignMetadata.CampaignMetadataBuilder - Class in com.scvngr.levelup.core.model.campaign
-
- CampaignMetadataJsonFactory - Class in com.scvngr.levelup.core.model.factory.json.campaign
-
- CampaignMetadataJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.campaign.CampaignMetadataJsonFactory
-
Constructor.
- CampaignRepresentationBasicV1 - Class in com.scvngr.levelup.core.model.campaign
-
Basic information about a campaign.
- CampaignRepresentationBasicV1(String, String) - Constructor for class com.scvngr.levelup.core.model.campaign.CampaignRepresentationBasicV1
-
- CampaignRepresentationBasicV1.CampaignRepresentationBasicV1Builder - Class in com.scvngr.levelup.core.model.campaign
-
- CampaignRepresentationBasicV1JsonFactory - Class in com.scvngr.levelup.core.model.factory.json.campaign
-
- CampaignRepresentationBasicV1JsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.campaign.CampaignRepresentationBasicV1JsonFactory
-
Constructor.
- CampaignRepresentationType - Enum in com.scvngr.levelup.core.model.campaign
-
- CampaignRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
Builds requests that interact with the Campaigns endpoint.
- CampaignRequestFactory(Context, AccessTokenRetriever) - Constructor for class com.scvngr.levelup.core.net.request.factory.CampaignRequestFactory
-
- CampaignRequestFactory.IconSize - Enum in com.scvngr.levelup.core.net.request.factory
-
Represents icon sizes for icon requests.
- cancelLoad(String) - Method in class com.scvngr.levelup.core.ui.view.LevelUpCodeLoader
-
- cancelLoad() - Method in class com.scvngr.levelup.core.ui.view.PendingImage
-
Cancels the load of this image.
- cancelLoad(String) - Method in interface com.scvngr.levelup.core.ui.view.PendingImage.LoadCancelable
-
Cancel the load associated with the given key.
- cancelLoads() - Method in class com.scvngr.levelup.core.ui.view.LevelUpCodeLoader
-
Cancel all loads.
- canEqual(Object) - Method in class com.scvngr.levelup.core.model.paymentmethod.AbstractPaymentMethod
-
- canEqual(Object) - Method in class com.scvngr.levelup.core.model.paymentmethod.ApplePayCardPaymentMethod
-
- canEqual(Object) - Method in class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod
-
- canEqual(Object) - Method in class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod
-
- canEqual(Object) - Method in class com.scvngr.levelup.core.model.paymentmethod.DebitCardPaymentMethod
-
- carrier(String) - Method in class com.scvngr.levelup.core.model.CarrierAccount.CarrierAccountBuilder
-
- CarrierAccount - Class in com.scvngr.levelup.core.model
-
Model representing a carrier account to register with carrier billing.
- CarrierAccount(String, long, String, long, String, String) - Constructor for class com.scvngr.levelup.core.model.CarrierAccount
-
- CarrierAccount.CarrierAccountBuilder - Class in com.scvngr.levelup.core.model
-
- CarrierAccountJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
- CarrierAccountJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.CarrierAccountJsonFactory
-
Constructs a factory for parsing CarrierAccount models.
- CarrierAccountPaymentMethod - Class in com.scvngr.levelup.core.model.paymentmethod
-
Represents a carrier account payment method for users who pay with their carrier bill.
- CarrierAccountPaymentMethod(String, Integer, MonetaryValue, CarrierAccountPaymentMethod.Metadata) - Constructor for class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod
-
- CarrierAccountPaymentMethod.Metadata - Class in com.scvngr.levelup.core.model.paymentmethod
-
- CarrierAccountsRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
Factory to build requests that registers carrier billing sources.
- CarrierAccountsRequestFactory(Context, AccessTokenRetriever) - Constructor for class com.scvngr.levelup.core.net.request.factory.CarrierAccountsRequestFactory
-
- CATEGORIES - Static variable in class com.scvngr.levelup.core.model.factory.json.LocationJsonFactory.JsonKeys
-
- CategoriesList - Class in com.scvngr.levelup.core.model
-
An immutable list of categories.
- CategoriesList() - Constructor for class com.scvngr.levelup.core.model.CategoriesList
-
Creates a new, empty list.
- CategoriesList(Collection<Category>) - Constructor for class com.scvngr.levelup.core.model.CategoriesList
-
Creates a list with a copy of the given collection.
- CategoriesList(Parcel) - Constructor for class com.scvngr.levelup.core.model.CategoriesList
-
Parcelable constructor.
- Category - Class in com.scvngr.levelup.core.model
-
A location category.
- Category(Parcel) - Constructor for class com.scvngr.levelup.core.model.Category
-
Construct from a parcel.
- Category(int, String) - Constructor for class com.scvngr.levelup.core.model.Category
-
- CategoryJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
- CategoryJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.CategoryJsonFactory
-
Constructor.
- CategoryJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- CategoryRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
Request a list of
Category
s from the server.
- CategoryRequestFactory(Context) - Constructor for class com.scvngr.levelup.core.net.request.factory.CategoryRequestFactory
-
- CauseAffiliation - Class in com.scvngr.levelup.core.model
-
Represents a cause affiliation the server.
- CauseAffiliation(Long, double) - Constructor for class com.scvngr.levelup.core.model.CauseAffiliation
-
- CauseAffiliationJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
- CauseAffiliationJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.CauseAffiliationJsonFactory
-
Constructor.
- CauseAffiliationJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- Claim - Class in com.scvngr.levelup.core.model
-
Represents a claim of a
Campaign
on the server.
- Claim(long, String, long, MonetaryValue, MonetaryValue) - Constructor for class com.scvngr.levelup.core.model.Claim
-
- ClaimAction(String) - Constructor for class com.scvngr.levelup.core.model.Interstitial.ClaimAction
-
- ClaimJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
Factory for parsing
Claim
s from JSON.
- ClaimJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.ClaimJsonFactory
-
Constructor...
- ClaimJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- ClaimRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
- ClaimRequestFactory(Context, AccessTokenRetriever) - Constructor for class com.scvngr.levelup.core.net.request.factory.ClaimRequestFactory
-
- clear() - Method in class com.scvngr.levelup.core.model.util.ParcelableArrayList
-
- close() - Method in class com.scvngr.levelup.core.net.StreamingResponse
-
Closes this connection.
- CODE - Static variable in class com.scvngr.levelup.core.model.factory.json.ClaimJsonFactory.JsonKeys
-
- CODE - Static variable in class com.scvngr.levelup.core.model.factory.json.ErrorJsonFactory.JsonKeys
-
The key in JSON where the error code can be parsed.
- CODE - Static variable in class com.scvngr.levelup.core.model.factory.json.InterstitialJsonFactory.ClaimActionJsonKeys
-
- CodeVersionUtils - Class in com.scvngr.levelup.core.model.qr
-
Helper class to provide utilities for checking the version of QR code and its sub-codes.
- color() - Constructor for class com.scvngr.levelup.beacon.R.color
-
- color() - Constructor for class com.scvngr.levelup.core.R.color
-
- COLOR_UNKNOWN - Static variable in class com.scvngr.levelup.core.model.qr.PaymentPreferences
-
Return code for when a color cannot be parsed or is otherwise missing.
- colorize - Static variable in class com.scvngr.levelup.beacon.R.attr
-
Must be a boolean value, either "true
" or "false
".
- colorize - Static variable in class com.scvngr.levelup.core.R.attr
-
Must be a boolean value, either "true
" or "false
".
- com.google.gson.typeadapters - package com.google.gson.typeadapters
-
- com.scvngr.levelup.beacon - package com.scvngr.levelup.beacon
-
- com.scvngr.levelup.beacon.receiver - package com.scvngr.levelup.beacon.receiver
-
- com.scvngr.levelup.beacon.service - package com.scvngr.levelup.beacon.service
-
- com.scvngr.levelup.beacon.storage - package com.scvngr.levelup.beacon.storage
-
- com.scvngr.levelup.beacon.util - package com.scvngr.levelup.beacon.util
-
- com.scvngr.levelup.bluetooth - package com.scvngr.levelup.bluetooth
-
- com.scvngr.levelup.core - package com.scvngr.levelup.core
-
- com.scvngr.levelup.core.annotation - package com.scvngr.levelup.core.annotation
-
- com.scvngr.levelup.core.annotation.model - package com.scvngr.levelup.core.annotation.model
-
- com.scvngr.levelup.core.deeplinkauth - package com.scvngr.levelup.core.deeplinkauth
-
- com.scvngr.levelup.core.model - package com.scvngr.levelup.core.model
-
- com.scvngr.levelup.core.model.campaign - package com.scvngr.levelup.core.model.campaign
-
- com.scvngr.levelup.core.model.factory.json - package com.scvngr.levelup.core.model.factory.json
-
- com.scvngr.levelup.core.model.factory.json.campaign - package com.scvngr.levelup.core.model.factory.json.campaign
-
- com.scvngr.levelup.core.model.paymentmethod - package com.scvngr.levelup.core.model.paymentmethod
-
- com.scvngr.levelup.core.model.qr - package com.scvngr.levelup.core.model.qr
-
- com.scvngr.levelup.core.model.tip - package com.scvngr.levelup.core.model.tip
-
- com.scvngr.levelup.core.model.util - package com.scvngr.levelup.core.model.util
-
- com.scvngr.levelup.core.net - package com.scvngr.levelup.core.net
-
- com.scvngr.levelup.core.net.error - package com.scvngr.levelup.core.net.error
-
- com.scvngr.levelup.core.net.request.factory - package com.scvngr.levelup.core.net.request.factory
-
- com.scvngr.levelup.core.service - package com.scvngr.levelup.core.service
-
- com.scvngr.levelup.core.storage - package com.scvngr.levelup.core.storage
-
- com.scvngr.levelup.core.ui.view - package com.scvngr.levelup.core.ui.view
-
- com.scvngr.levelup.core.util - package com.scvngr.levelup.core.util
-
- com.scvngr.levelup.core.util.bundle - package com.scvngr.levelup.core.util.bundle
-
- com.scvngr.levelup.deeplinkauth - package com.scvngr.levelup.deeplinkauth
-
- com.scvngr.levelup.deeplinkauth.util - package com.scvngr.levelup.deeplinkauth.util
-
- CONFIRMATION_HTML - Static variable in class com.scvngr.levelup.core.model.factory.json.CampaignJsonFactory.JsonKeys
-
- confirmationHtml(String) - Method in class com.scvngr.levelup.core.model.Campaign.CampaignBuilder
-
- CONNECTED_TO_FACEBOOK - Static variable in class com.scvngr.levelup.core.model.factory.json.UserJsonFactory.JsonKeys
-
- ContextInstrumenter - Class in com.scvngr.levelup.core.util
-
An instrumenter of
Context
s for test purposes.
- ContextInstrumenter.Provider - Interface in com.scvngr.levelup.core.util
-
An provider of instrumented
Context
s.
- CONTRIBUTION - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
- CONTRIBUTION_TARGET_NAME - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
Optional field parsed as a String, containing the name of the contribution target.
- contributionAmount(MonetaryValue) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- contributionTargetName(String) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- convertDistance(float, DistanceUtil.DistanceUnit) - Static method in class com.scvngr.levelup.core.util.DistanceUtil
-
Converts a distance in meters to the desired unit.
- CoreIntents - Class in com.scvngr.levelup.core
-
Intent constants for the LevelUp Core library.
- CoreLibConstants - Class in com.scvngr.levelup.core.util
-
This is a utility class containing global constants for the app.
- CorePreferenceUtil - Class in com.scvngr.levelup.core.storage
-
This class is a place to keep preference keys for the core
library.
- create(Gson, TypeToken<R>) - Method in class com.google.gson.typeadapters.RuntimeTypeAdapterFactory
-
- create() - Method in class com.scvngr.levelup.beacon.BeaconScannerFactory
-
- create(Context) - Method in class com.scvngr.levelup.bluetooth.BluetoothManagerContainerFactory
-
- CREATED_AT - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
Required string field parsed as a date.
- createdAt(String) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.AbstractJsonModelFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.AccessTokenJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.CampaignJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.CategoryJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.CauseAffiliationJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.ClaimJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.CreditCardJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.ErrorJsonFactory
-
- createFrom(JsonObject) - Method in class com.scvngr.levelup.core.model.factory.json.GsonModelFactory
-
Parse an instance of the model from a JsonObject
.
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.InterstitialJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.LocationCreditJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.LocationJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.LoyaltyJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.PaymentTokenJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.RegistrationJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.UserJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.UserWithAccessTokenJsonFactory
-
- createFrom(JSONObject) - Method in class com.scvngr.levelup.core.model.factory.json.WebLinkJsonFactory
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.AccessToken
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.App
-
Implements the Parcelable
interface.
- CREATOR - Static variable in class com.scvngr.levelup.core.model.AppConstants
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.campaign.CampaignMetadata
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.campaign.CampaignRepresentationBasicV1
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Campaign
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.CarrierAccount
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.CategoriesList
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Category
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.CauseAffiliation
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Claim
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.CreditCard
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.CreditCardsList
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Error
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Feedback
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.GiftCardValueOrder
-
Parcelable creator.
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.ClaimAction
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.FeedbackAction
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.ShareAction
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.UrlAction
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Location
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.LocationCredit
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.LocationList
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Loyalty
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.MonetaryValue
-
Implements the Parcelable
interface.
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Order
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.OrdersList
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.ApplePayCardPaymentMethod
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.ApplePayCardPaymentMethod.Metadata
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod.Metadata
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod.Metadata
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.DebitCardPaymentMethod
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.DebitCardPaymentMethod.Metadata
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentOptionsSummary
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentPreference
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentToken
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Permission
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.PermissionsRequest
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Registration
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Scan
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.Ticket
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.tip.PercentageTip
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.tip.USCentTip
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.User
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.UserWithAccessToken
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.WebLink
-
- CREATOR - Static variable in class com.scvngr.levelup.core.model.WebLinkList
-
- CREATOR - Static variable in class com.scvngr.levelup.core.net.BufferedResponse
-
Creator for parceling.
- CREATOR - Static variable in class com.scvngr.levelup.core.net.JSONArrayRequestBody
-
- CREATOR - Static variable in class com.scvngr.levelup.core.net.JsonElementRequestBody
-
- CREATOR - Static variable in class com.scvngr.levelup.core.net.JSONObjectRequestBody
-
- CREATOR - Static variable in class com.scvngr.levelup.core.net.LevelUpRequest
-
Creator for parceling.
- CREATOR - Static variable in class com.scvngr.levelup.core.net.LevelUpResponse
-
Creator for parceling.
- CREDIT_APPLIED - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
- CREDIT_EARNED - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
-
- creditAppliedAmount(MonetaryValue) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- CreditCard - Class in com.scvngr.levelup.core.model
-
Model representing a Credit Card.
- CreditCard(String, String, String, long, String, boolean, String, Long) - Constructor for class com.scvngr.levelup.core.model.CreditCard
-
- CreditCard(Long, boolean, String, String, String, long, String, boolean, String) - Constructor for class com.scvngr.levelup.core.model.CreditCard
-
- creditCardId(long) - Method in class com.scvngr.levelup.core.model.CarrierAccount.CarrierAccountBuilder
-
- CreditCardJsonFactory - Class in com.scvngr.levelup.core.model.factory.json
-
- CreditCardJsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.CreditCardJsonFactory
-
Constructor.
- CreditCardJsonFactory.JsonKeys - Class in com.scvngr.levelup.core.model.factory.json
-
All of the keys in the JSON representation of this model.
- CreditCardPaymentMethod - Class in com.scvngr.levelup.core.model.paymentmethod
-
Represents a credit card.
- CreditCardPaymentMethod(String, Integer, MonetaryValue, CreditCardPaymentMethod.Metadata) - Constructor for class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod
-
- CreditCardPaymentMethod.Metadata - Class in com.scvngr.levelup.core.model.paymentmethod
-
- CreditCardRequestFactory - Class in com.scvngr.levelup.core.net.request.factory
-
AbstractRequest builder for requests to the Credit Cards endpoint.
- CreditCardRequestFactory(Context, AccessTokenRetriever) - Constructor for class com.scvngr.levelup.core.net.request.factory.CreditCardRequestFactory
-
- CreditCardsList - Class in com.scvngr.levelup.core.model
-
- CreditCardsList() - Constructor for class com.scvngr.levelup.core.model.CreditCardsList
-
Creates a new, empty list.
- CreditCardsList(Collection<CreditCard>) - Constructor for class com.scvngr.levelup.core.model.CreditCardsList
-
Creates a list with a copy of the given collection.
- CreditCardsList(Parcel) - Constructor for class com.scvngr.levelup.core.model.CreditCardsList
-
Parcelable constructor.
- creditEarnedAmount(MonetaryValue) - Method in class com.scvngr.levelup.core.model.Order.OrderBuilder
-
- CryptographicHashUtil - Class in com.scvngr.levelup.core.util
-
This is a utility class to generate cryptographic hashes.
- CryptographicHashUtil.Algorithms - Enum in com.scvngr.levelup.core.util
-
- CUSTOM_ATTRIBUTES - Static variable in class com.scvngr.levelup.core.model.factory.json.UserJsonFactory.JsonKeys
-
- customAttributes(Map<String, String>) - Method in class com.scvngr.levelup.core.model.User.UserBuilder
-