A B C D E G H I J M P R S T U V 

A

add(Consumption) - Method in class com.sugestio.client.request.PostConsumptionsRequest
 
add(Item) - Method in class com.sugestio.client.request.PostItemsRequest
 
add(User) - Method in class com.sugestio.client.request.PostUsersRequest
 
add(Consumption) - Method in class com.sugestio.client.response.GetConsumptionsResponse
 
add(Recommendation) - Method in class com.sugestio.client.response.GetRecommendationsResponse
 
addCategory(String) - Method in class com.sugestio.client.model.Item
 
addConsumption() - Method in class com.sugestio.client.Example
 
addConsumption(Consumption) - Method in class com.sugestio.client.SugestioClient
Submit a single consumption
addConsumptions(List<Consumption>) - Method in class com.sugestio.client.SugestioClient
Efficient method for adding multiple consumptions.
addConsumptionsBulk() - Method in class com.sugestio.client.Example
 
addCreator(String) - Method in class com.sugestio.client.model.Item
 
addItem() - Method in class com.sugestio.client.Example
 
addItem(Item) - Method in class com.sugestio.client.SugestioClient
Add or update a single item.
addItems(List<Item>) - Method in class com.sugestio.client.SugestioClient
Efficient method for adding multiple items
addPeriod(String) - Method in class com.sugestio.client.model.Item
Add an availability period in / format, e.g.
addPeriod(String, String) - Method in class com.sugestio.client.model.Item
Convenience method for adding an availability period.
addPeriod(long, long) - Method in class com.sugestio.client.model.Item
Convenience method for adding an availability period.
addSegment(String) - Method in class com.sugestio.client.model.Item
 
addTag(String) - Method in class com.sugestio.client.model.Item
 
addUser(User) - Method in class com.sugestio.client.SugestioClient
Add or update a single user.
addUsers(List<User>) - Method in class com.sugestio.client.SugestioClient
Efficient method for adding multiple users
Analytics - Class in com.sugestio.client.model
 
Analytics(String) - Constructor for class com.sugestio.client.model.Analytics
 

B

Base - Class in com.sugestio.client.model
 
Base() - Constructor for class com.sugestio.client.model.Base
 

C

Call - Class in com.sugestio.client.call
 
Call(Client, SugestioConfig, SugestioClient.ResourceType) - Constructor for class com.sugestio.client.call.Call
 
Call(Client, SugestioConfig, SugestioClient.ResourceType, String, String, String) - Constructor for class com.sugestio.client.call.Call
 
call() - Method in class com.sugestio.client.call.DeleteCall
 
call() - Method in class com.sugestio.client.call.DeleteRecommendationCall
 
call() - Method in class com.sugestio.client.call.GetAnalyticsCall
 
call() - Method in class com.sugestio.client.call.GetConsumptionCall
 
call() - Method in class com.sugestio.client.call.GetConsumptionHistoryCall
 
call() - Method in class com.sugestio.client.call.GetItemCall
 
call() - Method in class com.sugestio.client.call.GetRecommendationsCall
 
call() - Method in class com.sugestio.client.call.PostCall
 
com.sugestio.client - package com.sugestio.client
 
com.sugestio.client.call - package com.sugestio.client.call
 
com.sugestio.client.model - package com.sugestio.client.model
 
com.sugestio.client.model.detail - package com.sugestio.client.model.detail
 
com.sugestio.client.request - package com.sugestio.client.request
 
com.sugestio.client.response - package com.sugestio.client.response
 
compareTo(Recommendation) - Method in class com.sugestio.client.model.Recommendation
 
config - Variable in class com.sugestio.client.call.Call
 
Consumption - Class in com.sugestio.client.model
 
Consumption() - Constructor for class com.sugestio.client.model.Consumption
 
Consumption(String, String, String) - Constructor for class com.sugestio.client.model.Consumption
 
Consumption(String, String) - Constructor for class com.sugestio.client.model.Consumption
 
Consumption.Type - Enum in com.sugestio.client.model
 
consumptionId - Variable in class com.sugestio.client.call.Call
 

D

DeleteCall - Class in com.sugestio.client.call
 
DeleteCall(Client, SugestioConfig, SugestioClient.ResourceType, String, String, String) - Constructor for class com.sugestio.client.call.DeleteCall
 
deleteConsumption() - Method in class com.sugestio.client.Example
 
deleteConsumption(String) - Method in class com.sugestio.client.SugestioClient
Deletes the consumption identified by the given consumptionId.
deleteConsumptions(List<String>) - Method in class com.sugestio.client.SugestioClient
Deletes the consumptions identified by the given consumptionIds.
deleteConsumptionsBulk() - Method in class com.sugestio.client.Example
 
deleteItem() - Method in class com.sugestio.client.Example
 
deleteItem(String) - Method in class com.sugestio.client.SugestioClient
Deletes the metadata of the given user.
deleteRecommendation(String, String) - Method in class com.sugestio.client.SugestioClient
Indicate that the user did not appreciate a certain recommendation.
DeleteRecommendationCall - Class in com.sugestio.client.call
 
DeleteRecommendationCall(Client, SugestioConfig, String, String) - Constructor for class com.sugestio.client.call.DeleteRecommendationCall
 
deleteUser() - Method in class com.sugestio.client.Example
 
deleteUser(String) - Method in class com.sugestio.client.SugestioClient
Deletes the metadata of the given user.
deleteUserConsumptions(String, String) - Method in class com.sugestio.client.SugestioClient
Deletes the consumption data of the given user, optionally filtered by itemId.
Detail - Class in com.sugestio.client.model.detail
 
Detail() - Constructor for class com.sugestio.client.model.detail.Detail
 

E

Example - Class in com.sugestio.client
 
Example() - Constructor for class com.sugestio.client.Example
 

G

getAccount() - Method in class com.sugestio.client.SugestioConfig
 
getAlgorithm() - Method in class com.sugestio.client.model.Recommendation
 
getAnalytics(Integer) - Method in class com.sugestio.client.SugestioClient
Get analytics data.
GetAnalyticsCall - Class in com.sugestio.client.call
 
GetAnalyticsCall(Client, SugestioConfig, Integer) - Constructor for class com.sugestio.client.call.GetAnalyticsCall
 
getApml() - Method in class com.sugestio.client.model.User
 
getAvailable() - Method in class com.sugestio.client.model.Item
 
getBaseUri() - Method in class com.sugestio.client.SugestioConfig
 
getBirthday() - Method in class com.sugestio.client.model.User
 
getBulkMaxCount() - Method in class com.sugestio.client.SugestioConfig
 
getBulkThreads() - Method in class com.sugestio.client.SugestioConfig
 
getCategories() - Method in class com.sugestio.client.model.Item
 
getConnectTimeout() - Method in class com.sugestio.client.SugestioConfig
Connect timeout interval property.
getConsumption(String) - Method in class com.sugestio.client.SugestioClient
Retrieves the consumption with given consumptionId
GetConsumptionCall - Class in com.sugestio.client.call
 
GetConsumptionCall(Client, SugestioConfig, String) - Constructor for class com.sugestio.client.call.GetConsumptionCall
 
getConsumptionHistory(String, String) - Method in class com.sugestio.client.SugestioClient
Retrieve the consumptions this user has made, optionally filtered by itemId.
GetConsumptionHistoryCall - Class in com.sugestio.client.call
 
GetConsumptionHistoryCall(Client, SugestioConfig, String, String) - Constructor for class com.sugestio.client.call.GetConsumptionHistoryCall
 
GetConsumptionsResponse - Class in com.sugestio.client.response
 
GetConsumptionsResponse() - Constructor for class com.sugestio.client.response.GetConsumptionsResponse
 
getCreators() - Method in class com.sugestio.client.model.Item
 
getDate() - Method in class com.sugestio.client.model.Consumption
 
getDateString(int, int, int) - Static method in class com.sugestio.client.model.Base
 
getDateString(long) - Static method in class com.sugestio.client.model.Base
 
getDescription_long() - Method in class com.sugestio.client.model.Item
 
getDescription_short() - Method in class com.sugestio.client.model.Item
 
getDetail() - Method in class com.sugestio.client.model.Consumption
 
getEntity() - Method in class com.sugestio.client.SugestioResult
 
getFoaf() - Method in class com.sugestio.client.model.User
 
getFrom() - Method in class com.sugestio.client.model.Item
The date from when the item may be recommended.
getGender() - Method in class com.sugestio.client.model.User
 
getId() - Method in class com.sugestio.client.model.Consumption
 
getId() - Method in class com.sugestio.client.model.Item
 
getId() - Method in class com.sugestio.client.model.User
 
getItem() - Method in class com.sugestio.client.Example
 
getItem() - Method in class com.sugestio.client.model.Recommendation
 
getItem(String) - Method in class com.sugestio.client.SugestioClient
Retrieves the item metadata for the given itemId.
GetItemCall - Class in com.sugestio.client.call
 
GetItemCall(Client, SugestioConfig, String) - Constructor for class com.sugestio.client.call.GetItemCall
 
getItemid() - Method in class com.sugestio.client.model.Consumption
 
getItemid() - Method in class com.sugestio.client.model.Recommendation
 
getLength() - Method in class com.sugestio.client.model.Item
 
getList() - Method in class com.sugestio.client.request.PostConsumptionsRequest
 
getList() - Method in class com.sugestio.client.request.PostItemsRequest
 
getList() - Method in class com.sugestio.client.request.PostUsersRequest
 
getList() - Method in class com.sugestio.client.response.GetConsumptionsResponse
 
getList() - Method in class com.sugestio.client.response.GetRecommendationsResponse
 
getLocation_city() - Method in class com.sugestio.client.model.Item
 
getLocation_latLong() - Method in class com.sugestio.client.model.Consumption
 
getLocation_latlong() - Method in class com.sugestio.client.model.Item
 
getLocation_latlong() - Method in class com.sugestio.client.model.User
 
getLocation_simple() - Method in class com.sugestio.client.model.Consumption
 
getLocation_simple() - Method in class com.sugestio.client.model.Item
 
getLocation_simple() - Method in class com.sugestio.client.model.User
 
getMessage() - Method in class com.sugestio.client.SugestioResult
Contains the textual response from the server (if any), or a problem description in case of a local error.
getOauthFilter() - Method in class com.sugestio.client.call.Call
 
getPeriods() - Method in class com.sugestio.client.model.Item
 
getPermalink() - Method in class com.sugestio.client.model.Item
 
getPrice() - Method in class com.sugestio.client.model.Item
 
getPublished() - Method in class com.sugestio.client.model.Item
 
getReadTimeout() - Method in class com.sugestio.client.SugestioConfig
Read timeout interval property.
getRecommendations() - Method in class com.sugestio.client.Example
 
getRecommendations(String) - Method in class com.sugestio.client.SugestioClient
Gets recommendations for the given userId
getRecommendations(String, RecommendationFilter) - Method in class com.sugestio.client.SugestioClient
Gets recommendations for the given userId
getRecommendations(String, SugestioClient.PartitionType, String) - Method in class com.sugestio.client.SugestioClient
Gets recommendations for the given userId, limited to the given partition
getRecommendations(List<String>) - Method in class com.sugestio.client.SugestioClient
Gets recommendations for the given userIds
getRecommendations(List<String>, SugestioClient.PartitionType, String) - Method in class com.sugestio.client.SugestioClient
Gets recommendations for the given userIds, limited to the given partition
GetRecommendationsCall - Class in com.sugestio.client.call
 
GetRecommendationsCall(Client, SugestioConfig, SugestioClient.ResourceType, String, String, SugestioClient.PartitionType, String) - Constructor for class com.sugestio.client.call.GetRecommendationsCall
 
GetRecommendationsCall(Client, SugestioConfig, SugestioClient.ResourceType, String, String, RecommendationFilter) - Constructor for class com.sugestio.client.call.GetRecommendationsCall
 
GetRecommendationsResponse - Class in com.sugestio.client.response
 
GetRecommendationsResponse() - Constructor for class com.sugestio.client.response.GetRecommendationsResponse
 
getReports() - Method in class com.sugestio.client.model.Analytics
 
getScore() - Method in class com.sugestio.client.model.Recommendation
 
getSecret() - Method in class com.sugestio.client.SugestioConfig
 
getSegments() - Method in class com.sugestio.client.model.Item
 
getSimilar(String) - Method in class com.sugestio.client.SugestioClient
Gets items that are similar to the given item
getSimilar(String, RecommendationFilter) - Method in class com.sugestio.client.SugestioClient
Gets items that are similar to the given item
getSimilar(String, SugestioClient.PartitionType, String) - Method in class com.sugestio.client.SugestioClient
Gets items that are similar to the given item, limited to the given partition
getSimilar(List<String>) - Method in class com.sugestio.client.SugestioClient
Gets similar items for the given itemIds
getSimilar(List<String>, SugestioClient.PartitionType, String) - Method in class com.sugestio.client.SugestioClient
Gets similar items for the given itemIds, limited to the given partition
getStatusType() - Method in class com.sugestio.client.SugestioResult
The response status received from the server.
getSugestioResult() - Method in exception com.sugestio.client.SugestioException
 
getTags() - Method in class com.sugestio.client.model.Item
 
getThumbnail() - Method in class com.sugestio.client.model.Item
 
getTitle() - Method in class com.sugestio.client.model.Item
 
getType() - Method in class com.sugestio.client.model.Consumption
 
getUntil() - Method in class com.sugestio.client.model.Item
Get the date until when this item may be recommended
getUri(SugestioClient.Verb, SugestioClient.ResourceType) - Method in class com.sugestio.client.call.Call
 
getUri() - Method in class com.sugestio.client.SugestioResult
 
getUserid() - Method in class com.sugestio.client.model.Consumption
 
getVerb() - Method in class com.sugestio.client.SugestioResult
 

H

hasTag(String, boolean) - Method in class com.sugestio.client.call.RecommendationFilter
Retrieved items must (not) have this tag

I

inCategory(String, boolean) - Method in class com.sugestio.client.call.RecommendationFilter
Retrieved items must (not) belong to this category
inLocation_city(String, boolean) - Method in class com.sugestio.client.call.RecommendationFilter
Retrieved items must (not) be in this location
inLocation_simple(String, boolean) - Method in class com.sugestio.client.call.RecommendationFilter
Retrieved items must (not) be in this location
inSegment(String, boolean) - Method in class com.sugestio.client.call.RecommendationFilter
Retrieved items must (not) belong to this segment
isOK() - Method in class com.sugestio.client.SugestioResult
Indicates if the request was succesful.
Item - Class in com.sugestio.client.model
 
Item() - Constructor for class com.sugestio.client.model.Item
 
Item(String) - Constructor for class com.sugestio.client.model.Item
 
Item.Available - Enum in com.sugestio.client.model
 
itemId - Variable in class com.sugestio.client.call.Call
 
itemid - Variable in class com.sugestio.client.model.Recommendation
 

J

jClient - Variable in class com.sugestio.client.call.Call
 

M

main(String[]) - Static method in class com.sugestio.client.Example
 

P

PostCall - Class in com.sugestio.client.call
 
PostCall(Client, SugestioConfig, SugestioClient.ResourceType, Object) - Constructor for class com.sugestio.client.call.PostCall
 
PostConsumptionsRequest - Class in com.sugestio.client.request
 
PostConsumptionsRequest() - Constructor for class com.sugestio.client.request.PostConsumptionsRequest
 
PostItemsRequest - Class in com.sugestio.client.request
 
PostItemsRequest() - Constructor for class com.sugestio.client.request.PostItemsRequest
 
PostUsersRequest - Class in com.sugestio.client.request
 
PostUsersRequest() - Constructor for class com.sugestio.client.request.PostUsersRequest
 
printReport() - Method in class com.sugestio.client.SugestioResult
Prints a full report of this service request.
printReport(PrintStream) - Method in class com.sugestio.client.SugestioResult
Sends a full report of this service request to a PrintStream

R

Recommendation - Class in com.sugestio.client.model
 
Recommendation() - Constructor for class com.sugestio.client.model.Recommendation
 
Recommendation(String, Double) - Constructor for class com.sugestio.client.model.Recommendation
 
Recommendation(String, Double, String) - Constructor for class com.sugestio.client.model.Recommendation
 
Recommendation(String, Double, String, Item) - Constructor for class com.sugestio.client.model.Recommendation
 
RecommendationFilter - Class in com.sugestio.client.call
 
RecommendationFilter() - Constructor for class com.sugestio.client.call.RecommendationFilter
Creates an empty RecommendationFilter
RecommendationFilter.TimeUnit - Enum in com.sugestio.client.call
 
Report - Class in com.sugestio.client.model
 
Report() - Constructor for class com.sugestio.client.model.Report
 
resourceType - Variable in class com.sugestio.client.call.Call
 

S

setAccount(String) - Method in class com.sugestio.client.SugestioConfig
 
setAlgorithm(String) - Method in class com.sugestio.client.model.Recommendation
 
setApml(String) - Method in class com.sugestio.client.model.User
 
setAvailable(Item.Available) - Method in class com.sugestio.client.model.Item
 
setBaseUri(String) - Method in class com.sugestio.client.SugestioConfig
The base URI of the Sugestio web service.
setBirthday(String) - Method in class com.sugestio.client.model.User
Set the birthday for this user.
setBirthday(int, int, int) - Method in class com.sugestio.client.model.User
Convenience method for assigning a birthday to this user
setBirthday(long) - Method in class com.sugestio.client.model.User
Convenience method for assigning a birthday to this user
setBulkMaxCount(int) - Method in class com.sugestio.client.SugestioConfig
 
setBulkThreads(int) - Method in class com.sugestio.client.SugestioConfig
 
setCategories(List<String>) - Method in class com.sugestio.client.model.Item
 
setConnectTimeout(int) - Method in class com.sugestio.client.SugestioConfig
Connect timeout interval property.
setCreators(List<String>) - Method in class com.sugestio.client.model.Item
 
setDate(String) - Method in class com.sugestio.client.model.Consumption
Set the consumption date.
setDate(long) - Method in class com.sugestio.client.model.Consumption
Convenience method for assigning a date to this consumption
setDate(int, int, int) - Method in class com.sugestio.client.model.Consumption
Convenience method for assigning a date to this consumption
setDescription_long(String) - Method in class com.sugestio.client.model.Item
 
setDescription_short(String) - Method in class com.sugestio.client.model.Item
 
setDetail(String) - Method in class com.sugestio.client.model.Consumption
 
setDetail(Detail) - Method in class com.sugestio.client.model.Consumption
 
setEntity(T) - Method in class com.sugestio.client.SugestioResult
 
setFoaf(String) - Method in class com.sugestio.client.model.User
 
setFrom(String) - Method in class com.sugestio.client.model.Item
Set the date from when the item may be recommended.
setFrom(long) - Method in class com.sugestio.client.model.Item
Convenience method for setting the 'from' attribute
setFrom(int, int, int) - Method in class com.sugestio.client.model.Item
Convenience method for setting the 'from' attribute
setGender(User.Gender) - Method in class com.sugestio.client.model.User
 
setId(String) - Method in class com.sugestio.client.model.Consumption
 
setId(String) - Method in class com.sugestio.client.model.Item
 
setId(String) - Method in class com.sugestio.client.model.User
 
setItem(Item) - Method in class com.sugestio.client.model.Recommendation
 
setItemid(String) - Method in class com.sugestio.client.model.Consumption
 
setItemid(String) - Method in class com.sugestio.client.model.Recommendation
 
setLength(String) - Method in class com.sugestio.client.model.Item
 
setLimit(int) - Method in class com.sugestio.client.call.RecommendationFilter
Maximum number of recommendations to be retrieved.
setList(List<Consumption>) - Method in class com.sugestio.client.request.PostConsumptionsRequest
 
setList(List<Item>) - Method in class com.sugestio.client.request.PostItemsRequest
 
setList(List<User>) - Method in class com.sugestio.client.request.PostUsersRequest
 
setLocation_city(String) - Method in class com.sugestio.client.model.Item
 
setLocation_latLong(String) - Method in class com.sugestio.client.model.Consumption
 
setLocation_latlong(double, double) - Method in class com.sugestio.client.model.Consumption
 
setLocation_latlong(String) - Method in class com.sugestio.client.model.Item
 
setLocation_latlong(double, double) - Method in class com.sugestio.client.model.Item
 
setLocation_latlong(String) - Method in class com.sugestio.client.model.User
 
setLocation_latlong(double, double) - Method in class com.sugestio.client.model.User
 
setLocation_simple(String) - Method in class com.sugestio.client.model.Consumption
 
setLocation_simple(String) - Method in class com.sugestio.client.model.Item
 
setLocation_simple(String) - Method in class com.sugestio.client.model.User
 
setMessage(String) - Method in class com.sugestio.client.SugestioResult
 
setPeriods(List<String>) - Method in class com.sugestio.client.model.Item
 
setPermalink(String) - Method in class com.sugestio.client.model.Item
 
setPrice(String) - Method in class com.sugestio.client.model.Item
 
setPublished(String) - Method in class com.sugestio.client.model.Item
 
setReadTimeout(int) - Method in class com.sugestio.client.SugestioConfig
Read timeout interval property.
setScore(Double) - Method in class com.sugestio.client.model.Recommendation
 
setSecret(String) - Method in class com.sugestio.client.SugestioConfig
 
setSegments(List<String>) - Method in class com.sugestio.client.model.Item
 
setTags(List<String>) - Method in class com.sugestio.client.model.Item
 
setThumbnail(String) - Method in class com.sugestio.client.model.Item
 
setTime(String) - Method in class com.sugestio.client.call.RecommendationFilter
Recommended items must be available at this precise point in time.
setTime(long) - Method in class com.sugestio.client.call.RecommendationFilter
Recommended items must be available at this precise point in time.
setTime(long, Integer, RecommendationFilter.TimeUnit) - Method in class com.sugestio.client.call.RecommendationFilter
Recommended items must be available at any time in the given time window.
setTime(String, Integer, RecommendationFilter.TimeUnit) - Method in class com.sugestio.client.call.RecommendationFilter
Recommended items must be available at any time in the given time window.
setTitle(String) - Method in class com.sugestio.client.model.Item
 
setType(String) - Method in class com.sugestio.client.model.Consumption
 
setType(Consumption.Type) - Method in class com.sugestio.client.model.Consumption
 
setUntil(String) - Method in class com.sugestio.client.model.Item
Set the date until when this item may be recommended.
setUntil(long) - Method in class com.sugestio.client.model.Item
Convenience method for setting the 'until' attribute
setUntil(int, int, int) - Method in class com.sugestio.client.model.Item
Convenience method for setting the 'until' attribute
setUri(URI) - Method in class com.sugestio.client.SugestioResult
 
setUserid(String) - Method in class com.sugestio.client.model.Consumption
 
setVerb(SugestioClient.Verb) - Method in class com.sugestio.client.SugestioResult
 
shutdown() - Method in class com.sugestio.client.Example
 
shutdown() - Method in class com.sugestio.client.SugestioClient
Initiates an orderly shutdown of the client.
StarRating - Class in com.sugestio.client.model.detail
 
StarRating(double, double, double) - Constructor for class com.sugestio.client.model.detail.StarRating
 
SugestioClient - Class in com.sugestio.client
 
SugestioClient(String, String) - Constructor for class com.sugestio.client.SugestioClient
Creates a new instance of the SugestioClient with the given access credentials.
SugestioClient(String, String, int, int) - Constructor for class com.sugestio.client.SugestioClient
Creates a new instance of the SugestioClient with the given access credentials and concurrency options.
SugestioClient(SugestioConfig) - Constructor for class com.sugestio.client.SugestioClient
Creates a new instance of the SugestioClient with the given Config object.
SugestioClient.PartitionType - Enum in com.sugestio.client
 
SugestioClient.ResourceType - Enum in com.sugestio.client
 
SugestioClient.Verb - Enum in com.sugestio.client
 
SugestioConfig - Class in com.sugestio.client
 
SugestioConfig(String, String) - Constructor for class com.sugestio.client.SugestioConfig
 
SugestioException - Exception in com.sugestio.client
 
SugestioException(SugestioResult) - Constructor for exception com.sugestio.client.SugestioException
 
SugestioResult<T> - Class in com.sugestio.client
 
SugestioResult(StatusType) - Constructor for class com.sugestio.client.SugestioResult
 

T

ThumbRating - Class in com.sugestio.client.model.detail
 
ThumbRating(ThumbRating.Type) - Constructor for class com.sugestio.client.model.detail.ThumbRating
 
ThumbRating.Type - Enum in com.sugestio.client.model.detail
 
toQueryParams() - Method in class com.sugestio.client.call.RecommendationFilter
 
toString() - Method in class com.sugestio.client.model.detail.StarRating
 
toString() - Method in class com.sugestio.client.model.detail.ThumbRating
 
toString() - Method in class com.sugestio.client.model.Recommendation
 

U

User - Class in com.sugestio.client.model
 
User() - Constructor for class com.sugestio.client.model.User
 
User(String) - Constructor for class com.sugestio.client.model.User
 
User.Gender - Enum in com.sugestio.client.model
 
userId - Variable in class com.sugestio.client.call.Call
 

V

valueOf(String) - Static method in enum com.sugestio.client.call.RecommendationFilter.TimeUnit
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.model.Consumption.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.model.detail.ThumbRating.Type
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.model.Item.Available
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.model.User.Gender
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.SugestioClient.PartitionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.SugestioClient.ResourceType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum com.sugestio.client.SugestioClient.Verb
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.sugestio.client.call.RecommendationFilter.TimeUnit
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.model.Consumption.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.model.detail.ThumbRating.Type
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.model.Item.Available
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.model.User.Gender
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.SugestioClient.PartitionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.SugestioClient.ResourceType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum com.sugestio.client.SugestioClient.Verb
Returns an array containing the constants of this enum type, in the order they are declared.
A B C D E G H I J M P R S T U V