|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.shephertz.app42.paas.sdk.jme.ServiceAPI
public class ServiceAPI
The ServiceAPI class is used to build the Service objects which are used to call various api methods.
Constructor Summary | |
---|---|
ServiceAPI(java.lang.String apiKey,
java.lang.String secretKey)
This is a constructor that takes |
Method Summary | |
---|---|
AlbumService |
buildAlbumService()
Builds the instance of AlbumService. |
BillService |
buildBillService()
|
CartService |
buildCartService()
Builds the instance of CartService. |
CatalogueService |
buildCatalogueService()
Builds the instance of CatalogueService. |
ChargeService |
buildChargeService()
Builds the instance of Charge. |
CustomCodeService |
buildCustomCodeService()
|
DiscountService |
buildDiscountService()
|
EmailService |
buildEmailService()
Builds the instance of EmailService. |
GameService |
buildGameService()
Builds the instance of GameService. |
GeoService |
buildGeoService()
Builds the instance of GeoService. |
ImageProcessorService |
buildImageProcessorService()
Builds the instance of ImageProcessorService. |
LogService |
buildLogService()
Builds the instance of LogService. |
PhotoService |
buildPhotoService()
Builds the instance of PhotoService. |
QueueService |
buildQueueService()
Builds the instance of QueueService. |
RecommenderService |
buildRecommenderService()
Builds the instance of RecommenderService. |
ReviewService |
buildReviewService()
Builds the instance of ReviewService. |
RewardService |
buildRewardService()
Builds the instance of RewardService. |
SchemeService |
buildSchemeService()
Builds the instance of Scheme. |
ScoreBoardService |
buildScoreBoardService()
Builds the instance of ScoreBoardService. |
ScoreService |
buildScoreService()
Builds the instance of ScoreService. |
SessionService |
buildSessionManager()
Builds the instance of SessionService. |
SocialService |
buildSocialService()
Builds the instance of SocialService. |
StorageService |
buildStorageService()
Builds the instance of StorageService. |
SubscribeService |
buildSubscribeService()
Builds the instance of Subscribe. |
UploadService |
buildUploadService()
Builds the instance of UploadService. |
UserService |
buildUserService()
Builds the instance of UserService. |
java.lang.String |
getApiKey()
Retrieve the value of apiKey. |
java.lang.String |
getBaseURL()
Retrieve the value of baseURL. |
Config |
getConfig()
Retrieve the value of config object. |
java.lang.String |
getSecretKey()
Retrieve the value of secretKey. |
void |
setApiKey(java.lang.String apiKey)
Sets the value of apiKey |
void |
setBaseURL(java.lang.String protocol,
java.lang.String host,
java.lang.Integer port)
Sets the value of Config.baseURL |
void |
setConfig(Config config)
Sets the value of config object |
void |
setCustomCodeURL(java.lang.String url)
Sets the value of Config.customcode |
void |
setSecretKey(java.lang.String secretKey)
Sets the value of secretKey |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ServiceAPI(java.lang.String apiKey, java.lang.String secretKey)
apiKey
- key used in conjunction with secretKey for authenticationsecretKey
- key used in conjunction with apiKey for authenticationMethod Detail |
---|
public AlbumService buildAlbumService()
AlbumService
public BillService buildBillService()
public CartService buildCartService()
CartService
public CatalogueService buildCatalogueService()
CatalogueService
public ChargeService buildChargeService()
Charge
public CustomCodeService buildCustomCodeService()
public DiscountService buildDiscountService()
public EmailService buildEmailService()
EmailService
public GameService buildGameService()
GameService
public GeoService buildGeoService()
GeoService
public ImageProcessorService buildImageProcessorService()
ImageProcessorService
public LogService buildLogService()
LogService
public PhotoService buildPhotoService()
PhotoService
public QueueService buildQueueService()
QueueService
public RecommenderService buildRecommenderService()
RecommenderService
public ReviewService buildReviewService()
ReviewService
public RewardService buildRewardService()
RewardService
public SchemeService buildSchemeService()
SchemeService
public ScoreBoardService buildScoreBoardService()
ScoreBoardService
public ScoreService buildScoreService()
ScoreService
public SessionService buildSessionManager()
SessionService
public SocialService buildSocialService()
SocialService
public StorageService buildStorageService()
StorageService
public SubscribeService buildSubscribeService()
SubscribeService
public UploadService buildUploadService()
UploadService
public UserService buildUserService()
UserService
public java.lang.String getApiKey()
public java.lang.String getBaseURL()
public Config getConfig()
public java.lang.String getSecretKey()
public void setApiKey(java.lang.String apiKey)
apiKey
- apiKey - A variable of String typepublic void setBaseURL(java.lang.String protocol, java.lang.String host, java.lang.Integer port)
protocol
- protocol - A variable of String typehost
- host - A variable of String typeport
- port - A variable of Integer typepublic void setConfig(Config config)
config
- Config objectConfig
public void setCustomCodeURL(java.lang.String url)
url
- url - server urlpublic void setSecretKey(java.lang.String secretKey)
secretKey
- secretKey - A variable of String type
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |