Class AccountData
java.lang.Object
org.wiktormalyska.fiverraccount.data.AccountData
This class is responsible for getting data from Fiverr Account
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns Average Response Time of Fiverr AccountReturns Full Name of Fiverr AccountgetGigs()Returns list of Gigs of Fiverr AccountReturns Boolean if Fiverr Account is OnlineReturns Languages of Fiverr AccountReturns Last Delivery of Fiverr AccountReturns Linked Accounts of Fiverr AccountReturns Location of Fiverr AccountReturns Long Description of Fiverr AccountReturns Member Since of Fiverr AccountintReturns Number of reviews on Fiverr AccountintReturns Profile Level of Fiverr AccountReturns Profile Picture of Fiverr Account as Image URLReturns Ratings of Fiverr AccountReturns List of Reviews on Fiverr Account (last 5)Returns Short Description of Fiverr AccountReturns Skills of Fiverr Account
- 
Constructor Details- 
AccountDataInstantiates a new Account data.- Parameters:
- connection- FiverrConnection object
 
 
- 
- 
Method Details- 
getFullNameReturns Full Name of Fiverr Account- Returns:
- Full Name of Fiverr Account
 
- 
getIsOnlineReturns Boolean if Fiverr Account is Online- Returns:
- Boolean if Fiverr Account is Online
 
- 
getShortDescriptionReturns Short Description of Fiverr Account- Returns:
- Short Description of Fiverr Account
 
- 
getLongDescriptionReturns Long Description of Fiverr Account- Returns:
- Long Description of Fiverr Account
 
- 
getNumberOfReviewspublic int getNumberOfReviews()Returns Number of reviews on Fiverr Account- Returns:
- Number of reviews on Fiverr Account
 
- 
getLocationReturns Location of Fiverr Account- Returns:
- Location of Fiverr Account
 
- 
getMemberSinceReturns Member Since of Fiverr Account- Returns:
- Member Since of Fiverr Account
 
- 
getAverageResponseTimeReturns Average Response Time of Fiverr Account- Returns:
- Average Response Time of Fiverr Account
 
- 
getLastDeliveryReturns Last Delivery of Fiverr Account- Returns:
- Last Delivery of Fiverr Account
 
- 
getLanguagesReturns Languages of Fiverr Account- Returns:
- Languages of Fiverr Account
 
- 
getLinkedAccountsReturns Linked Accounts of Fiverr Account- Returns:
- Linked Accounts of Fiverr Account
 
- 
getSkillsReturns Skills of Fiverr Account- Returns:
- Skills of Fiverr Account
 
- 
getProfilePictureReturns Profile Picture of Fiverr Account as Image URL- Returns:
- Profile Picture of Fiverr Account as Image URL
 
- 
getProfileLevelpublic int getProfileLevel()Returns Profile Level of Fiverr Account- Returns:
- Profile Level of Fiverr Account
 
- 
getGigsReturns list of Gigs of Fiverr Account- Returns:
- List of Gigs of Fiverr Account
 
- 
getRatingReturns Ratings of Fiverr Account- Returns:
- Fiverr Account Rating
 
- 
getReviewsReturns List of Reviews on Fiverr Account (last 5)- Returns:
- Reviews on Fiverr Account (last 5)
 
 
-