Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
G
Game
- Class in
com.shephertz.app42.paas.sdk.java.game
This Game object is the value object which contains the properties of Game along with the setter & getter for those properties.
Game()
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
Game
Game.Score
- Class in
com.shephertz.app42.paas.sdk.java.game
An inner class that contains the remaining properties of the Game.
Game.Score()
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
Game.Score
This is a constructor that takes no parameter
gameName
- Variable in class com.shephertz.app42.paas.sdk.java.game.
Reward
GameResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.java.game
GameResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Game
GameResponseBuilder()
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
GameResponseBuilder
GameService
- Class in
com.shephertz.app42.paas.sdk.java.game
The Game service allows Game, User, Score and ScoreBoard Management on the Cloud.
GameService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.game.
GameService
this is a constructor that takes
Geo
- Class in
com.shephertz.app42.paas.sdk.java.geo
This Geo object is the value object which contains the properties of Geo along with the setter & getter for those properties.
Geo()
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
Geo
Geo.Point
- Class in
com.shephertz.app42.paas.sdk.java.geo
An inner class that contains the remaining properties of the Geo.
Geo.Point(BigDecimal, BigDecimal, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
Geo.Point
Geo.Point()
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
Geo.Point
This is a constructor that takes no parameter
GeoPoint
- Class in
com.shephertz.app42.paas.sdk.java.geo
This Geo Point object is the value object which contains the properties of Geo Point along with the setter & getter for those properties.
GeoPoint()
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
GeoPoint(BigDecimal, BigDecimal, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
GeoResponseBuilder
- Class in
com.shephertz.app42.paas.sdk.java.geo
GeoResponseBuilder class converts the JSON response retrieved from the server to the value object i.e Geo
GeoResponseBuilder()
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
GeoResponseBuilder
GeoService
- Class in
com.shephertz.app42.paas.sdk.java.geo
Geo Spatial Service on cloud provides the storage, retrieval, querying and updating geo data.
GeoService(String, String, String)
- Constructor for class com.shephertz.app42.paas.sdk.java.geo.
GeoService
this is a constructor that takes
get()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Query
getAccept()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getAction()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the action that has to be done on image.
getAlbumByName(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
AlbumService
Fetch all Albums based on userName and albumName
getAlbums(String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
AlbumService
Fetches all the Albums based on the userName
getAlbums(String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
AlbumService
Fetches all the Albums based on the userName by Paging.
getAlbumsCount(String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
AlbumService
Fetches the count of all the Albums based on the userName
getAllAttributes(String)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Gets all the attributes for a given session id
getAllDiscount()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountService
Gets the details of all discounts.
getAllFiles()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets all the files for the App
getAllFiles(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets all the files By Paging for the App
getAllFilesByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Get all the file based on user name.
getAllFilesByUser(String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Get all the files based on user name by Paging.
getAllFilesCount()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets count of all the files for the App
getAllFilesCountByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets the count of file based on user name.
getAllGames()
- Method in class com.shephertz.app42.paas.sdk.java.game.
GameService
Fetches all games for the App
getAllGames(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.game.
GameService
Fetches all games for the App by paging.
getAllGamesCount()
- Method in class com.shephertz.app42.paas.sdk.java.game.
GameService
Fetches the count of all games for the App
getAllPackages(String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeService
Fetch the details based on scheme
getAllPoints(String)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
Get All Point from storage.
getAllPointsByPaging(String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
getAllReviews()
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches all reviews for the App
getAllReviews(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches all reviews for the App by Paging.
getAllReviewsCount()
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches count of all reviews for the App
getAllRewards()
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Fetches all the Rewards
getAllRewards(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Fetches all the Rewards by paging.
getAllRewardsCount()
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Fetches the count of all the Rewards
getAllSchemes()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeService
Get all the details of scheme
getAllStorage()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
Fetch the name of all storage stored on the cloud.
getAllStorageByPaging(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
getAllUsageByMonth(String, String, String, BillMonth, int)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
BillService
Fetch All the usage bills by month.
getAllUsers()
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the details of all users
getAllUsers(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets all users by Paging
getAllUsersCount()
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the count of all the users
getApiKey()
- Method in class com.shephertz.app42.paas.sdk.java.
ServiceAPI
Retrieve the value of apiKey.
getAppErrorCode()
- Method in exception com.shephertz.app42.paas.sdk.java.
App42Exception
Gets the AppErrorCode for the Exception.
getAttribute(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Gets the attribute value in a session whose session id is provided.
getAttributeList()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session
Returns the List of the Attributed for the Session.
getAverageReviewByItem(String)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches the average review for the specified itemId
getAverageScoreByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the average game score for the specified user
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the storage object for packageData
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth.Limit
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage
Return the bandwidth of the usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.Usage
Return the bandwidth for the usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the bandwidth values and its charges for an app.
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Returns the list of all the bandwidth values and its charges for an app.
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the storage object for packageData
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth usage
getBandwidth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the storage object for packageData
getBaseURL()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getBaseURL()
- Method in class com.shephertz.app42.paas.sdk.java.
ServiceAPI
Retrieve the value of baseURL.
getBody()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email
Returns the body of the Email.
getCartDetails(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetch Cart details.
getCartId()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the ID of the cart.
getCartSession()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the session of the Cart.
getCategoryList()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue
Returns the List of the Categories of the Catalogue.
getChannelList()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification
getCharge()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Return the type of charge
getCheckOutTime()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the check out time of cart.
getCity()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the city of the User.
getCollectionName()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Storage
Returns the collection name of the storage
getComment()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the comment of the User.
getConfig()
- Method in class com.shephertz.app42.paas.sdk.java.
ServiceAPI
Retrieve the value of config object.
getConfigList()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email
Returns the list of email configuration.
getContentType()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getConvertedImage()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the converted Image of the original image.
getConvertedImageTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the Tiny url of the converted image.
getCorrelationId()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue.Message
Returns the correlationId of the messages in queue.
getCountry()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the country of the User.
getCreatedOn()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game.Score
Returns the time when the game was created.
getCreatedOn()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the time, day and date when the geo was created.
getCreatedOn()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the time, day and date of the review when it was created by the User.
getCreatedOn()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session
Returns the time, date and day the session was created on.
getCreationTime()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the creation time of the cart.
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the currency of the package
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage
Return the Currency of the usage
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the type of the currency in which bill is generated.
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Feature
Returns the type of the currency in which bill is generated.
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the type of the currency in which bill is generated.
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the currency of the package
getCurrency()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the currency of the package
getCustomCodeURL()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getDate()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.Usage
getDate()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Payment
Returns the date when the transaction was done.
getDateOfBirth()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the date of birth of the User.
getDbName()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Storage
Returns the name of the database.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData
Return the description of the scheme
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return the description of the bandwidth
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Feature
Return the description of the feature
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the description of the package
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the description of the storage
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Feature
Return the description of the feature
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the description of the storage
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the description of the bandwidth.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Feature
Returns the description of the features.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the description of the storage.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData
Return the description of discount
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData
Return the description of the scheme
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return the description of the bandwidth
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Feature
Return the description of the feature
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the description of the package
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the description of the storage
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData
Return the description of the scheme
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return the description of the bandwidth
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Feature
Return the description of the feature
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the description of the package
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the description of the storage
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album
Returns the description of the Album.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the description of the photo.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game
Returns the description of the game.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Reward
Returns the description of the game.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue
Returns the description of the queue.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification.Channel
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category
Returns the description of the Category.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the description of the Item.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue
Returns the description of the Catalogue.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the description of the Catalogue.
getDescription()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the description of the Upload File.
getDeviceToken()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification
getDiscount()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData
Return the details of discount
getDiscountByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountService
Fetch the details of discount based on discountName
getDiscountByPromoCode(String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountService
Fetch the discount details based promoCode
getDistanceInKM()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the distance in km for geo.
getDocId()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Storage.JSONDocument
Returns the document Id.
getDuration()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the duration of the package
getDuration()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the duration of the package
getDuration()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the duration of the package
getEmail()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Returns the email of the User.
getEmailConfigurations()
- Method in class com.shephertz.app42.paas.sdk.java.email.
EmailService
Gets all Email Configurations for the app
getEmailId()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email.Configuration
Returns the emailId of the User.
getEndDate()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData.Discount
Return the endDate of the discount
getExpiryDate()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe
Return the date of expire
getFacebookAccessToken()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the access token for the Facebook.
getFacebookAppId()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the app id for the Facebook.
getFacebookAppSecret()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the app secret for the Facebook.
getFeature()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the list of features
getFeature()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage
Return the list of the feature
getFeature()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Returns the list of all the features in an app.
getFeature()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the feature Object for package
getFeature()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the feature object for packageData
getFileByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets the file based on file name.
getFileByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Gets the file based on user and file name.
getFileList()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload
Returns the list of all the files.
getFileName()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender
Returns the fileName of the Recommender.
getFilesByType(UploadFileType)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Get the files based on file type.
getFilesByType(UploadFileType, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Get the files based on file type by Paging.
getFilesCountByType(UploadFileType)
- Method in class com.shephertz.app42.paas.sdk.java.upload.
UploadService
Get the count of files based on file type.
getFirstName()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the first name of the User.
getFrom()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email
Returns the ID from where the email is received.
getGameByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
GameService
Retrieves the game by the specified name
getGameName()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Reward
Returns the name of the game.
getGameRewardPointsForUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Fetches the reward points for a particular user
getHeight()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the height value for the image.
getHighestReviewByItem(String)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches the highest review for the specified itemId
getHighestScoreByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the highest game score for the specified user
getHomeLandLine()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the home land line of the User.
getHost()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email.Configuration
Returns the host of the Email.
getHttpErrorCode()
- Method in exception com.shephertz.app42.paas.sdk.java.
App42Exception
Gets the HttpErrorCode for the Exception e.g.
getImage()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the image for the item.
getImage()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the image of the Item in Catalogue.
getImageInputStream()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the imageInputStream of the Item in Catalogue.
getImageName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the imageName of the Item in Catalogue.
getInstance()
- Static method in class com.shephertz.app42.paas.sdk.java.
Config
getInstance()
- Static method in class com.shephertz.app42.paas.sdk.java.connection.
RESTConnector
getInvalidatedOn()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session
Returns the invalidatedOn information for the session.
getIsValid()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Return the message either package is valid or not
getItem()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender.RecommendedItem
Returns the item for the Recommended Item.
getItem(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches the specified Item from the specified Cart
getItemById(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Fetches Item by id for a Catalogue and Category
getItemId()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
PreferenceData
Returns the itemId for a particular Preference Data file.
getItemId()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the itemId of the User.
getItemId()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the ID of items purchased.
getItemId()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the itemId of the Item.
getItemId()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the itemId of the Catalogue.
getItemList()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the list of all the items in the cart.
getItemList()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category
Returns the list of all the Items of the Category.
getItems(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches the Items from the specified Cart
getItems(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Fetches all items for a Catalogue
getItemsByCategory(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Fetches all items for a Catalogue and Category
getItemsByCategory(String, String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Fetches all items for a Catalogue and Category by paging.
getItemsCountByCategory(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CatalogueService
Fetches count of all items for a Catalogue and Category
getJsonDoc()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Storage.JSONDocument
Returns the json doc for Storage.
getJsonDocList()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Storage
Returns the json document list of storage
getJSONObject()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
Values coming from response are converted into JSON format.
getLastName()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the last name of the User.
getLastScoreByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
getLat()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo.Point
Returns the lat point for Geo.
getLat()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
Returns the lat point for Geo.
getLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
Return of the limit of the bandwidth
getLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the Limit of the storage
getLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return of the limit of the bandwidth
getLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the Limit of the storage
getLine1()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the address line1 of the User.
getLine2()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the address line2 of the User.
getLinkedinAccessToken()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the access token for the LinkedIn.
getLinkedinAccessTokenSecret()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the access token secret for the LinkedIn.
getLinkedinApiKey()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the api key for the LinkedIn.
getLinkedinSecretKey()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the secret key for the LinkedIn.
getLng()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo.Point
Returns the lng point for Geo.
getLng()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
Returns the lng point for Geo.
getLockedUsers()
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the details of all the locked users
getLockedUsers(int, int)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the details of all the locked users By paging.
getLockedUsersCount()
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the count of all the locked users
getLogTime()
- Method in class com.shephertz.app42.paas.sdk.java.log.
Log.Message
Returns the time the log was created.
getLowestReviewByItem(String)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches the lowest review for the specified itemId
getLowestScoreByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the lowest game score for the specified user
getMarker()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo.Point
Returns the marker point for Geo.
getMarker()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoPoint
Returns the marker point for Geo.
getMessage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Return the message for package
getMessage()
- Method in class com.shephertz.app42.paas.sdk.java.log.
Log.Message
Returns the message in a log.
getMessage()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification
getMessageId()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue.Message
Returns the messageId of the messages in queue.
getMessageList()
- Method in class com.shephertz.app42.paas.sdk.java.log.
Log
Returns the list of all the messages in the log.
getMessageList()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue
Returns the list of all the messages in the queue.
getMessages(String, long)
- Method in class com.shephertz.app42.paas.sdk.java.message.
QueueService
Messages are retrieved and dequeued from the Queue.
getMobile()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the mobile number of the User.
getModule()
- Method in class com.shephertz.app42.paas.sdk.java.log.
Log.Message
Returns the appModule name.
getMonth()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the billMonth for the user
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData
Return the name of the scheme
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return the name of the bandwidth
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Feature
Return the name of the feature
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the name of the package
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the name of the storage
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
Return the name of the bandwidth
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Feature
Return the name of the feature
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the name of the storage
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the name of the bandwidth unit for the bill to be generated.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Feature
Returns the name of the feature.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the name of the storage unit for the bill to be generated.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData
Return the name of discount
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData
Return the name of the scheme
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return the name of the bandwidth
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Feature
Return the name of the feature
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the name of the package
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the name of the storage
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData
Return the name of the scheme
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return the name of the bandwidth
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Feature
Return the name of the feature
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the name of the package
getName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the name of the storage
getName()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album
Returns the name of the Album.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the name of the photo.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game
Returns the name of the game.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Reward
Returns the name of the reward.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the name of the image.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification.Channel
getName()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session.Attribute
Returns the name of the attribute.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the name of the item.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category
Returns the name of the Category.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the name of the Item.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue
Returns the name of the Catalogue.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the name of the Catalogue.
getName()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the name of the File.
getNames(JSONObject)
- Method in class com.shephertz.app42.paas.sdk.java.
App42ResponseBuilder
getNearByPoint(String, BigDecimal, BigDecimal, int)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
Search the near by point from specified source point.
getNearByPointsByMaxDistance(String, BigDecimal, BigDecimal, BigDecimal)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
Search the near by point in given range(In KM) from specified source point.
getOfficeLandLine()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the office land line of the User.
getOriginalImage()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the original image.
getOriginalImageTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the Tiny Url of the original image.
getOverLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return of the limit of the bandwidth
getOverLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the Limit of the storage
getOverLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return of the limit of the bandwidth
getOverLimit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the Limit of the storage
getPackageByPackageName(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeService
Fetch the details of package for a scheme
getPackageData()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData
Return the packageData object for the scheme
getPackageData()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData
Return the list of packages
getPackageData()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData
Return the packageData object for the scheme
getPackageName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the name of the package
getPassword()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Returns the password of the User.
getPayLoad()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue.Message
Returns the payLoad of the messages in queue.
getPayment()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the payment information for the cart.
getPaymentByCart(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches Payment information for the specified Cart Id
getPaymentHistoryAll()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
History of all carts.
getPaymentHistoryByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
History of Carts and Payments for a User.
getPaymentsByStatus(PaymentStatus)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches Payment information based on Status
getPaymentsByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches Payment information for a User.
getPaymentsByUserAndStatus(String, PaymentStatus)
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
CartService
Fetches Payment information based on User Id and Status
getPercentage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData.Discount
Return the percentage of the discount
getPercentage()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the percentage value for the image.
getPhotoList()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album
Returns the list of all the photos for the Album.
getPhotos(String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches all the Photos based on the userName
getPhotosByAlbumAndPhotoName(String, String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches the particular photo based on the userName, album name and photo name
getPhotosByAlbumName(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches all Photos based on the userName and albumName
getPhotosByAlbumName(String, String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches all Photos based on the userName and album name by paging.
getPhotosCountByAlbumName(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches the count of all Photos based on the userName and album name
getPincode()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the pincode of the User.
getPointList()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the list of all the points in the geo.
getPoints()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Reward
Returns the points to the Reward.
getPointsWithInCircle(String, BigDecimal, BigDecimal, BigDecimal, int)
- Method in class com.shephertz.app42.paas.sdk.java.geo.
GeoService
Search the near by point from specified source point with in specified radius.
getPort()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email.Configuration
Returns the port of the Email.
getPreference()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
PreferenceData
Returns the preference for Preference Data File.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return the price of bandwidth
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth.Limit
Return the price of bandwidth overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Feature
Return the price of the feature
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the price of the package
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage.Limit
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
Return the price of bandwidth
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth.Limit
Return the price of bandwidth overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Feature
Return the price of the feature
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage.Limit
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the price computed as per the bandwidth unit of an app.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Feature
Returns the price computed as per the features of an app.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the price computed as per the storage of an app.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return the price of bandwidth
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth.Limit
Return the price of bandwidth overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Feature
Return the price of the feature
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the price of the package
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage.Limit
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return the price of bandwidth
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth.Limit
Return the price of bandwidth overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Feature
Return the price of the feature
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the price of the package
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage.Limit
Return the price of storage overLimit
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the price of the item in cart.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the price of the Item.
getPrice()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
ItemData
Returns the price of the Item in Catalogue.
getProfile()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Returns the User.Profile object for the User.
getPromoCode()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData
Return the promoCode of discount
getProperties()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getProtocol()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getQuantity()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the number of items purchased i.e Quantity in cart.
getQueueName()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue
Returns the name of the queue.
getQueueType()
- Method in class com.shephertz.app42.paas.sdk.java.message.
Queue
Returns the type of the message in queue.
getRating()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the rating given by the User.
getRecommendedItemList()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender
Returns the recommended Item List for Recommender.
getReviewId()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the reviewId of the User.
getReviewsByItem(String)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches All Reviews based on the itemId
getReviewsByItem(String, int, int)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches All Reviews based on the itemId by Paging.
getReviewsCountByItem(String)
- Method in class com.shephertz.app42.paas.sdk.java.review.
ReviewService
Fetches count of All Reviews based on the itemId
getRewardByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
RewardService
Retrieves the reward for the specified name
getRoleList()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Returns the roles assigned to the User
getRolesByUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Get the assigned roles to the specified User
getSchemeByName(String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeService
Get the scheme details based on schemeName
getSchemeData()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the Bill.SchemeData object for the Bill
getSchemeData()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe
Return the schemeData object for subscribe
getSchemeName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the name of the scheme
getScoreList()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game
Returns the score list for the Game.
getScoresByUser(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the scores for a game for the specified name
getSecretKey()
- Method in class com.shephertz.app42.paas.sdk.java.
ServiceAPI
Retrieve the value of secretKey.
getServerName()
- Method in class com.shephertz.app42.paas.sdk.java.
Config
getServiceJSONObject(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.
App42ResponseBuilder
getSession(String)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Create Session for the User.
getSession(String, boolean)
- Method in class com.shephertz.app42.paas.sdk.java.session.
SessionService
Create User Session based on the isCreate boolean parameter.
getSessionId()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session
Returns the sessionId for the session.
getSessionId()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Session Id of User if authenticated
getSex()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the gender of the User.
getSourceLat()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the source lat point for geo.
getSourceLng()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the source lng point for geo.
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the storage space
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage.Limit
Return the storage space of overLimit
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the storage space
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage.Limit
Return the storage space of overLimit
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.Usage
Return the space for the usage
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the space taken for an app.
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the storage space
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage.Limit
Return the storage space of overLimit
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the storage space
getSpace()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage.Limit
Return the storage space of overLimit
getSsl()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email.Configuration
Returns the ssl of the Email.
getStartDate()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData.Discount
Return the startDate of the discount
getState()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the state of the bandwidth.
getState()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Feature
Returns the state of the features.
getState()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the state of the storage.
getState()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the state of the cart.
getState()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User.Profile
Returns the state of the User.
getStatus()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the status of the User.
getStatus()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Payment
Returns the status mode of payment.
getStatus()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the status for the social.
getStorage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
Return the storage object for packageData
getStorage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage
Return the storage of the usage
getStorage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge
Returns the list of all the storage values and its charges for an app.
getStorage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData
Return the storage object for packageData
getStorage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData
Return the storage object for packageData
getStorageName()
- Method in class com.shephertz.app42.paas.sdk.java.geo.
Geo
Returns the name of the storage.
getStr()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Query
getStringView()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the Image Response in JSON format.
getStringView()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the User Response in JSON format.
getStrResponse()
- Method in class com.shephertz.app42.paas.sdk.java.
App42Response
getSubject()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email
Returns the subject of the Email.
getSusbscriptionsByUserName(String)
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SubscribeService
Fetch the details of subscription based on user
getTaggedPhotos(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
PhotoService
Fetches all the Photos based on the userName and tag
getTagList()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the list of all the tags in the photo.
getThumbNailTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the thumbnail tiny url of the photo.
getThumbNailUrl()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the thumbnail url of the photo.
getTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the tiny url of the photo.
getTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the tinyUrl of the Item.
getTinyUrl()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the tinyUrl of the Upload File.
getTo()
- Method in class com.shephertz.app42.paas.sdk.java.email.
Email
Returns the ID to whom the email has to be sent.
getTopNRankings(String, int)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the Top N Rankings for the specified game
getTopRankings(String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the Top Rankings for the specified game
getTopRankings(String, Date, Date)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the Top Rankings for the specified game
getTopRankingsByGroup(String, ArrayList<String>)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
getTotalAmount()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the total amount of cart.
getTotalAmount()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Item
Returns the total amount of the cart.
getTotalAmount()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Payment
Returns the total amount of cart.
getTotalCost()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage
Return the totalCost of the usage
getTotalRecords()
- Method in class com.shephertz.app42.paas.sdk.java.
App42Response
getTotalRecords(String)
- Method in class com.shephertz.app42.paas.sdk.java.
App42ResponseBuilder
getTransactionId()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart.Payment
Returns the transaction Id of Payment.
getTwitterAccessToken()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the access token for the Twitter.
getTwitterAccessTokenSecret()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the access token secret for the Twitter.
getTwitterConsumerKey()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the consumer key for the Twitter.
getTwitterConsumerSecret()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the consumer secret key for the Twitter.
getType()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.Usage
Return the type of the usage
getType()
- Method in class com.shephertz.app42.paas.sdk.java.log.
Log.Message
Returns the type of the message in the log.
getType()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification
getType()
- Method in class com.shephertz.app42.paas.sdk.java.storage.
Query
getType()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the type of the Upload File.
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Storage.Limit
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Bandwidth.Limit
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData.Usage.Storage.Limit
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.Usage
Return the unit of usage
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Bandwidth
Returns the bandwidth unit taken by an app whether its KB, MB, GB or TB.
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Charge.Storage
Returns the storage unit taken by an app whether its KB, MB, GB or TB.
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
SchemeData.PackageData.Storage.Limit
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Bandwidth.Limit
Return the bandwidth unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage
Return the storage unit
getUnit()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe.SchemeData.PackageData.Storage.Limit
Return the storage unit
getUrl()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album.Photo
Returns the url of the photo.
getUrl()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Catalogue.Category.Item
Returns the url of the Item.
getUrl()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the url of the Upload File.
getUsage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the List of usage in bill
getUsage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill.SchemeData.PackageData
getUsage()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
DiscountData.Discount
Return the usage of the discount
getUser(String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the User details based on userName
getUserByEmailId(String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets user details based on emailId
getUserId()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
PreferenceData
Returns the userId of a particular User.
getUserId()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender.RecommendedItem
Returns the userId of the User.
getUserId()
- Method in class com.shephertz.app42.paas.sdk.java.review.
Review
Returns the user Id.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the name of user for the Bill
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Subscribe
Return the name of the subscribed user
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.gallery.
Album
Returns the user name of the album.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game.Score
Returns the game user name.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Reward
Returns the user name of the game.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.push.
PushNotification
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session
Returns the userName for the session.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.shopping.
Cart
Returns the name of the User.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.social.
Social
Returns the user name for the social.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.upload.
Upload.File
Returns the name of the User.
getUserName()
- Method in class com.shephertz.app42.paas.sdk.java.user.
User
Returns the name of the User.
getUserRanking(String, String)
- Method in class com.shephertz.app42.paas.sdk.java.game.
ScoreBoardService
Retrieves the User Ranking for the specified game
getUsersByProfileData(User.Profile)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Gets the list of Users based on Profile Data
getUsersByRole(String)
- Method in class com.shephertz.app42.paas.sdk.java.user.
UserService
Get all the Users who have the specified role assigned
getUTCFormattedTimestamp()
- Static method in class com.shephertz.app42.paas.sdk.java.util.
Util
Finds the current time
getUTCFormattedTimestamp(Date)
- Static method in class com.shephertz.app42.paas.sdk.java.util.
Util
Finds the particular time for a particular date
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
BandwidthUnit
Returns the value of the BandwidthUnit.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
BillMonth
Returns the value of the BillMonth.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
ChargeType
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
Currency
Returns the value of the Currency.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
DiscountType
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.appTab.
StorageUnit
Returns the value of the StorageUnit.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.crypto.
CryptoAlgo
Returns the value of the CryptoAlgo.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.email.
EmailMIME
Returns the value of the EmailMIME.
getValue()
- Method in class com.shephertz.app42.paas.sdk.java.game.
Game.Score
Returns the game value.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.push.
DeviceType
getValue()
- Method in class com.shephertz.app42.paas.sdk.java.recommend.
Recommender.RecommendedItem
Returns the value for the Recommended Item.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.recommend.
RecommenderSimilarity
Returns the value of Recommender Similarity either EuclideanDistanceSimilarity or PearsonCorrelationSimilarity.
getValue()
- Method in class com.shephertz.app42.paas.sdk.java.session.
Session.Attribute
Returns the value of the session.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.shopping.
PaymentStatus
Returns the value of the PaymentStatus.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.storage.
OrderByType
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.storage.
QueryBuilder.Operator
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.upload.
UploadFileType
Returns the value of the UploadFileType.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.user.
User.UserGender
Returns the value of the UserGender.
getValue()
- Method in enum com.shephertz.app42.paas.sdk.java.util.
PAE_Constants
getWidth()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the width value for the image.
getX()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the x value for the image.
getY()
- Method in class com.shephertz.app42.paas.sdk.java.imageProcessor.
Image
Returns the y value for the image.
getYear()
- Method in class com.shephertz.app42.paas.sdk.java.appTab.
Bill
Return the year of the bill
GZIP
- Static variable in class com.shephertz.app42.paas.sdk.java.util.
Base64
Specify that data should be gzip-compressed in second bit.
Overview
Package
Class
Use
Tree
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y