Package | Description |
---|---|
com.sugestio.client | |
com.sugestio.client.call |
Modifier and Type | Method and Description |
---|---|
static SugestioClient.ResourceType |
SugestioClient.ResourceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SugestioClient.ResourceType[] |
SugestioClient.ResourceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Field and Description |
---|---|
protected SugestioClient.ResourceType |
Call.resourceType |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
Call.getUri(SugestioClient.Verb verb,
SugestioClient.ResourceType resourceType) |
Constructor and Description |
---|
Call(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType) |
Call(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType,
java.lang.String userId,
java.lang.String itemId,
java.lang.String consumptionId) |
DeleteCall(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType,
java.lang.String userId,
java.lang.String itemId,
java.lang.String consumptionId) |
GetRecommendationsCall(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType,
java.lang.String userId,
java.lang.String itemId,
RecommendationFilter filter) |
GetRecommendationsCall(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType,
java.lang.String userId,
java.lang.String itemId,
SugestioClient.PartitionType partitionType,
java.lang.String partitionId) |
PostCall(Client jClient,
SugestioConfig config,
SugestioClient.ResourceType resourceType,
java.lang.Object requestEntity) |