- 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