A B C D E F G H I J L M N O P R S T V W 
All Classes All Packages

O

Object_BaseObject - Class in classes
Most of the Preferabli Data SDK classes inherit from this object.
Object_Collection - Class in classes
A collection is a selection of Object_Product, organized into one or more Object_Collection.Object_CollectionGroup.
Object_Collection(long, long, long, String, String, String, String, boolean, String, String, String, String, String, String, String, String, int, boolean, String, String, String, String, boolean, boolean, boolean, boolean, boolean, boolean, boolean, int, boolean, boolean, boolean) - Constructor for class classes.Object_Collection
 
Object_Collection.Object_CollectionGroup - Class in classes
Products in a Collection are organized into one or more groups.
Object_Collection.Object_CollectionOrder - Class in classes
The link between a Object_Tag (which in turn references a Object_Product) and a Object_Collection, including its ordering within the Collection.
Object_Collection.Object_CollectionTrait - Class in classes
A trait descriptor for a Object_Collection.
Object_Collection.Object_CollectionVersion - Class in classes
A version of a Object_Collection.
Object_Collection.Other_CollectionType - Enum in classes
The type of a Object_Collection.
Object_CollectionGroup(long, String, int, int, long) - Constructor for class classes.Object_Collection.Object_CollectionGroup
 
Object_CollectionOrder(long, long, int, long) - Constructor for class classes.Object_Collection.Object_CollectionOrder
 
Object_CollectionVersion(long) - Constructor for class classes.Object_Collection.Object_CollectionVersion
 
Object_Customer - Class in classes
A logged in merchant customer.
Object_Customer(long, String, String, String, String, String, boolean, String, String, int) - Constructor for class classes.Object_Customer
 
Object_Food - Class in classes
Object_GuidedRec - Class in classes
A Guided Rec questionnaire.
Object_GuidedRec() - Constructor for class classes.Object_GuidedRec
 
Object_GuidedRec.Object_GuidedRecChoice - Class in classes
Object_GuidedRec.Object_GuidedRecQuestion - Class in classes
A question within a Object_GuidedRec questionnaire.
Object_GuidedRecChoice() - Constructor for class classes.Object_GuidedRec.Object_GuidedRecChoice
 
Object_GuidedRecQuestion(int, String, ArrayList<Object_GuidedRec.Object_GuidedRecChoice>, int, int, String) - Constructor for class classes.Object_GuidedRec.Object_GuidedRecQuestion
 
Object_LabelRecResults - Class in classes
Object_LabelRecResults(Object_Media, ArrayList<Object_LabelRecResults.Object_LabelRecResult>) - Constructor for class classes.Object_LabelRecResults
 
Object_LabelRecResults.Object_LabelRecResult - Class in classes
The result container returned by labelRecognition(File, Boolean, API_ResultHandler).
Object_Location - Class in classes
A location (must have either a latitude / longitude or a zip code).
Object_Location(double, double) - Constructor for class classes.Object_Location
 
Object_Location(long, double, double) - Constructor for class classes.Object_Location
 
Object_Location(String) - Constructor for class classes.Object_Location
 
Object_Media - Class in classes
An image or video.
Object_Media(long, String, String) - Constructor for class classes.Object_Media
 
Object_Media(String) - Constructor for class classes.Object_Media
 
Object_MerchantProductLink - Class in classes
This is the link between a Preferabli Object_Product and a merchant product.
Object_PreferabliUser - Class in classes
A logged in Preferabli user.
Object_PreferenceData - Class in classes
Indicates a user's level of preference for a specific Object_Product.
Object_PreferenceData(int) - Constructor for class classes.Object_PreferenceData
 
Object_PreferenceData(int, int) - Constructor for class classes.Object_PreferenceData
 
Object_PreferenceData(String, String, int, int) - Constructor for class classes.Object_PreferenceData
 
Object_Product - Class in classes
Represents a product (e.g., wines, beers, spirits) within the Preferabli SDK.
Object_Product() - Constructor for class classes.Object_Product
 
Object_Product(long, String, String, boolean, boolean, String, String, String, String, String, String, String, boolean, double, double, String, String, String, String) - Constructor for class classes.Object_Product
 
Object_Product.Other_ProductCategory - Enum in classes
The category of a Object_Product.
Object_Product.Other_ProductType - Enum in classes
The recognized type of a Object_Product.
Object_Profile - Class in classes
A user's preference profile represents appealing and unappealing Object_ProfileStyles for a particular user.
Object_Profile(ArrayList<Object_ProfileStyle>) - Constructor for class classes.Object_Profile
 
Object_ProfileStyle - Class in classes
The profile style object identifies a specific Object_Style as included in a user's Object_Profile.
Object_ProfileStyle(long, boolean, boolean, int, int, String, String, String, String, int, String, String, String, String, String) - Constructor for class classes.Object_ProfileStyle
 
Object_Recommendation - Class in classes
Object_Recommendation(String, ArrayList<Object_Product>) - Constructor for class classes.Object_Recommendation
 
Object_Style - Class in classes
Styles express how product characteristics synthesize in the context of human perception and define the nature of consumer taste preferences.
Object_Style(long, String, String, String, String, String, String, String) - Constructor for class classes.Object_Style
 
Object_Tag - Class in classes
Chronicles a user's interaction with a Object_Product.
Object_Tag() - Constructor for class classes.Object_Tag
 
Object_Tag(long, long, long, long, long, long, long, long, String, String, String, String, String, String, String, boolean, String, String, String, int, double, int, String) - Constructor for class classes.Object_Tag
 
Object_Tag(String, int, long, long, long, long) - Constructor for class classes.Object_Tag
 
Object_Tag(String, long, long, int, long, String, String, String, long, double, int, int) - Constructor for class classes.Object_Tag
 
Object_Tag.Other_RatingLevel - Enum in classes
The degree of appeal for a product as identified by a Object_Tag.
Object_Tag.Other_TagType - Enum in classes
Type of a Object_Tag.
Object_Variant - Class in classes
A Variant is a particular representation of a Object_Variant.
Object_Variant(long, int) - Constructor for class classes.Object_Variant
 
Object_Variant(long, int, boolean, boolean, double, int, String, String, String, long) - Constructor for class classes.Object_Variant
 
Object_Variant(long, long) - Constructor for class classes.Object_Variant
 
Object_Venue - Class in classes
A venue represents the details for a specific location.
Object_Venue.Object_DeliveryMethod - Class in classes
Indicates that a Object_Venue provides a specified delivery method (Object_Venue.Other_ShippingType).
Object_Venue.Object_VenueHour - Class in classes
Represents a Object_Venues open and close times for a given day.
Object_Venue.Other_ShippingType - Enum in classes
Represents a fulfillment method for a Object_Venue.
Object_Venue.Other_Weekday - Enum in classes
Represents a day of the week for use within Object_Venue.Object_VenueHour.
Object_VenueHour(long, String, String, String, boolean) - Constructor for class classes.Object_Venue.Object_VenueHour
 
Object_WhereToBuy - Class in classes
Object_WhereToBuy(ArrayList<Object_MerchantProductLink>, ArrayList<Object_Venue>) - Constructor for class classes.Object_WhereToBuy
 
onFailure(API_PreferabliException) - Method in interface classes.API_ResultHandler
Executed in the event of a failed call.
onSuccess(T) - Method in interface classes.API_ResultHandler
Executed in the event of a successful call.
OTHER - classes.Object_Collection.Other_CollectionType
 
OTHER - classes.Object_Product.Other_ProductType
 
OTHER - classes.Object_Tag.Other_TagType
 
Other_FulfillSort - Class in classes
Other_FulfillSort(Other_Sort.SortType) - Constructor for class classes.Other_FulfillSort
 
Other_Sort - Class in classes
Used for sorting everything from products to collections.
Other_Sort(Other_Sort.SortType, boolean) - Constructor for class classes.Other_Sort
 
Other_Sort.SortType - Enum in classes
The type of sort to be applied.
OtherError - classes.API_PreferabliException.PreferabliExceptionType
An unknown / other error.
A B C D E F G H I J L M N O P R S T V W 
All Classes All Packages