Skip navigation links
A B C D E F G H I J K L M N O P Q R S T U V W Y 

C

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 Campaigns 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
Factory for creating CampaignMetadata from JSON data.
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
A JSON factory to create CampaignRepresentationBasicV1s.
CampaignRepresentationBasicV1JsonFactory() - Constructor for class com.scvngr.levelup.core.model.factory.json.campaign.CampaignRepresentationBasicV1JsonFactory
Constructor.
CampaignRepresentationType - Enum in com.scvngr.levelup.core.model.campaign
Enumeration of available CampaignMetadata's representation types.
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
Factory for creating CarrierAccounts from JSON and serialize to 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
JSON factory for Category.
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 Categorys 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
Factory for creating CreditCards from 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 Claims 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
Builds requests to claim Campaigns.
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 Contexts for test purposes.
ContextInstrumenter.Provider - Interface in com.scvngr.levelup.core.util
An provider of instrumented Contexts.
CONTRIBUTION - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
Optional field parsed as a MonetaryValue model.
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
Parse an instance of the model from a JSONObject.
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
Implements the Parcelable interface.
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
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.campaign.CampaignMetadata
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.campaign.CampaignRepresentationBasicV1
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Campaign
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.CarrierAccount
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.CategoriesList
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Category
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.CauseAffiliation
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Claim
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.CreditCard
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.CreditCardsList
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Error
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Feedback
Implements the Parcelable interface.
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
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.FeedbackAction
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.ShareAction
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Interstitial.UrlAction
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Location
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.LocationCredit
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.LocationList
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Loyalty
Implements the Parcelable interface.
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
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.OrdersList
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.ApplePayCardPaymentMethod
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.ApplePayCardPaymentMethod.Metadata
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CarrierAccountPaymentMethod.Metadata
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.CreditCardPaymentMethod.Metadata
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.DebitCardPaymentMethod
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.paymentmethod.DebitCardPaymentMethod.Metadata
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentOptionsSummary
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentPreference
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.PaymentToken
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Permission
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.PermissionsRequest
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Registration
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Scan
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.Ticket
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.tip.PercentageTip
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.tip.USCentTip
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.User
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.UserWithAccessToken
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.WebLink
Implements the Parcelable interface.
CREATOR - Static variable in class com.scvngr.levelup.core.model.WebLinkList
Implements the Parcelable interface.
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
Part of the Parcelable contract.
CREATOR - Static variable in class com.scvngr.levelup.core.net.JsonElementRequestBody
Parcelable creator.
CREATOR - Static variable in class com.scvngr.levelup.core.net.JSONObjectRequestBody
Part of the Parcelable contract.
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
Required string field parsed as a MonetaryValue model.
CREDIT_EARNED - Static variable in class com.scvngr.levelup.core.model.factory.json.OrderJsonFactory.JsonKeys
Required string field parsed as a MonetaryValue model.
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
Deprecated.
Provided for SDK backwards compatibility only. Newer code should use CreditCard.CreditCard(Long, boolean, String, String, String, long, String, boolean, String) instead. This constructor omits the debit field and has the BIN field last.
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
Factory for creating CreditCards from 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
Parcelable list of CreditCards.
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
Set of cryptographic hashing algorithms that can be used with CryptographicHashUtil.getHexHash(String, Algorithms).
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
 
A B C D E F G H I J K L M N O P Q R S T U V W Y 
Skip navigation links