Skip navigation links
A B C F G H I L O P R T U 

A

AbstractFrydAPIService - Class in com.fryd.sdk.service
 
AbstractFrydAPIService(OAuth20Service, String) - Constructor for class com.fryd.sdk.service.AbstractFrydAPIService
 
AbstractFrydProvider - Class in com.fryd.sdk.provider
 
AbstractFrydProvider() - Constructor for class com.fryd.sdk.provider.AbstractFrydProvider
 
Address - Class in com.fryd.sdk.model
This class represents an address used by a location or user.
Address() - Constructor for class com.fryd.sdk.model.Address
 
APIResponse<T> - Class in com.fryd.sdk.model
This is the basic response you can get from an API request.
APIResponse() - Constructor for class com.fryd.sdk.model.APIResponse
 
APIResponse(T, String, String, String) - Constructor for class com.fryd.sdk.model.APIResponse
 

B

BASE_API_URL - Variable in class com.fryd.sdk.service.AbstractFrydAPIService
 

C

com.fryd.sdk.model - package com.fryd.sdk.model
 
com.fryd.sdk.provider - package com.fryd.sdk.provider
 
com.fryd.sdk.service - package com.fryd.sdk.service
 
createFrydAPIService() - Method in class com.fryd.sdk.service.FrydOAuthService
Creates a FrydAPIService which can be used to query the fryd API.
createRequest(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 

F

FrydAPIService - Class in com.fryd.sdk.service
Main Service to get everything you need from the fryd API.
FrydAPIService(OAuth20Service, String) - Constructor for class com.fryd.sdk.service.FrydAPIService
 
FrydLocalOauthProvider - Class in com.fryd.sdk.provider
Provider for fryd Local Testing Environment
FrydLocalOauthProvider() - Constructor for class com.fryd.sdk.provider.FrydLocalOauthProvider
 
FrydOauthProvider - Class in com.fryd.sdk.provider
Basic Provider for fryd Production Environment
FrydOauthProvider() - Constructor for class com.fryd.sdk.provider.FrydOauthProvider
 
FrydOAuthService - Class in com.fryd.sdk.service
Main Service to get authorization codes and Access Tokens.
FrydOAuthService(String, String, String) - Constructor for class com.fryd.sdk.service.FrydOAuthService
 
FrydOAuthService(String, String, String, AbstractFrydProvider) - Constructor for class com.fryd.sdk.service.FrydOAuthService
 
FrydProdTestOauthProvider - Class in com.fryd.sdk.provider
Provider for fryd TestProduction Environment
FrydProdTestOauthProvider() - Constructor for class com.fryd.sdk.provider.FrydProdTestOauthProvider
 

G

getAccessTokenEndpoint() - Method in class com.fryd.sdk.provider.FrydLocalOauthProvider
 
getAccessTokenEndpoint() - Method in class com.fryd.sdk.provider.FrydOauthProvider
 
getAccessTokenEndpoint() - Method in class com.fryd.sdk.provider.FrydProdTestOauthProvider
 
getAPIBaseURL() - Method in class com.fryd.sdk.provider.AbstractFrydProvider
 
getAPIBaseURL() - Method in class com.fryd.sdk.provider.FrydLocalOauthProvider
 
getAPIBaseURL() - Method in class com.fryd.sdk.provider.FrydOauthProvider
 
getAPIBaseURL() - Method in class com.fryd.sdk.provider.FrydProdTestOauthProvider
 
getAppAccessToken() - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token with the Scope "AppInfo" to get Information of your fryd Spots and everything about them
getAppAccessTokenAsync() - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token in an async way with the Scope "AppInfo" to get Information of your fryd Spots and everything about them
getAuthorizationBaseUrl() - Method in class com.fryd.sdk.provider.FrydLocalOauthProvider
 
getAuthorizationBaseUrl() - Method in class com.fryd.sdk.provider.FrydOauthProvider
 
getAuthorizationBaseUrl() - Method in class com.fryd.sdk.provider.FrydProdTestOauthProvider
 
getAuthorizationUrl() - Method in class com.fryd.sdk.service.FrydOAuthService
Returns the authorization URL that must be visited to get an Authorization Code... to get a personal Access Token for that User
getClientAuthenticationType() - Method in class com.fryd.sdk.provider.AbstractFrydProvider
 
getFrydSpotById(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getFrydSpotById(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets the Location Information (also called fryd Spot Information) that is part of your Account
getFrydSpotByIdAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getFrydSpotByIdAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets Location Information (also called fryd Spot Information) that is part of your Account in an asynchronous way
getTrophiesOfList(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophiesOfList(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets a list of all the trophies of a trophylist/event
getTrophiesOfListAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophiesOfListAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets a list of all the trophies of a trophylist/event in an asynchronous way
getTrophyById(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophyById(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets trophy information of a trophy from one of your trophylists/events
getTrophyByIdAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophyByIdAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets trophy information of a trophy from one of your trophylists/events in an asynchronous way
getTrophylistsFromLocation(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophylistsFromLocation(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets a list of trophylists (including events) of your Location
getTrophylistsFromLocationAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getTrophylistsFromLocationAsync(OAuth2AccessToken, String) - Method in class com.fryd.sdk.service.FrydAPIService
Gets a list of trophylists (including events) of your Location in an asynchronous way
getUserAccessToken(String) - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token with the Scope "UserInfo" to get Information of the User how created the code
getUserAccessTokenAsync(String) - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token in an async way with the Scope "UserInfo" to get Information of the User how created the code.
getUserInformation(OAuth2AccessToken) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getUserInformation(OAuth2AccessToken) - Method in class com.fryd.sdk.service.FrydAPIService
Gets the Userinformation of the user whos token this is
getUserInformationAsync(OAuth2AccessToken) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
getUserInformationAsync(OAuth2AccessToken) - Method in class com.fryd.sdk.service.FrydAPIService
Gets the Userinformation of the user whos token this is in an asynchronous way

H

handleRequest(T, OAuthRequest) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
handleRequestAsync(T, OAuthRequest) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
handleRequestInternal(T, Response) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 

I

instance() - Static method in class com.fryd.sdk.provider.FrydLocalOauthProvider
 
instance() - Static method in class com.fryd.sdk.provider.FrydOauthProvider
 
instance() - Static method in class com.fryd.sdk.provider.FrydProdTestOauthProvider
 

L

Location - Class in com.fryd.sdk.model
This class represents a location (also called fryd Spot)
Location() - Constructor for class com.fryd.sdk.model.Location
 
logger - Static variable in class com.fryd.sdk.service.AbstractFrydAPIService
 

O

oauthService - Variable in class com.fryd.sdk.service.AbstractFrydAPIService
 
OpeningTimes - Class in com.fryd.sdk.model
This class represents the opening times used by a location.
OpeningTimes() - Constructor for class com.fryd.sdk.model.OpeningTimes
 

P

Progress - Class in com.fryd.sdk.model
This class represents the progress a user has made for a specific trophy
Progress() - Constructor for class com.fryd.sdk.model.Progress
 

R

refreshToken(OAuth2AccessToken) - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token with the Scope "AppInfo" or "UserInfo" depending on the provided token, using an existing Token.
refreshTokenAsync(OAuth2AccessToken) - Method in class com.fryd.sdk.service.FrydOAuthService
Gets an Access Token, in an async way, with the Scope "AppInfo" or "UserInfo" depending on the provided token, using an existing Token.

T

transformTrophiesResponse(APIResponse<Trophy.Trophies>) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
transformTrophylistResponse(APIResponse<Trophylist.Trophylists>) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
triggerTrophyProgress(OAuth2AccessToken, OAuth2AccessToken, String, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
triggerTrophyProgress(OAuth2AccessToken, OAuth2AccessToken, String, String) - Method in class com.fryd.sdk.service.FrydAPIService
Sends a secret to fryd to trigger a trophy
triggerTrophyProgressAsync(OAuth2AccessToken, OAuth2AccessToken, String, String) - Method in class com.fryd.sdk.service.AbstractFrydAPIService
 
triggerTrophyProgressAsync(OAuth2AccessToken, OAuth2AccessToken, String, String) - Method in class com.fryd.sdk.service.FrydAPIService
Sends a secret to fryd to trigger a trophy in an asynchronous way
Trophies() - Constructor for class com.fryd.sdk.model.Trophy.Trophies
 
Trophy - Class in com.fryd.sdk.model
This class represents a trophy.
Trophy() - Constructor for class com.fryd.sdk.model.Trophy
 
Trophy.Trophies - Class in com.fryd.sdk.model
 
Trophylist - Class in com.fryd.sdk.model
This class represents a trophylist or event.
Trophylist() - Constructor for class com.fryd.sdk.model.Trophylist
 
Trophylist.Trophylists - Class in com.fryd.sdk.model
 
Trophylists() - Constructor for class com.fryd.sdk.model.Trophylist.Trophylists
 

U

User - Class in com.fryd.sdk.model
This class represents a user.
User() - Constructor for class com.fryd.sdk.model.User
 
A B C F G H I L O P R T U 
Skip navigation links