A B C D E G H I J K L O P R S T U V W 

A

analyticsFor(String) - Method in class pl.project13.jgoogl.JGooGl
 
analyticsFor(String, GooGlProjection) - Method in class pl.project13.jgoogl.JGooGl
 
AnalyticsResponse - Class in pl.project13.jgoogl.response.v1
Date: 1/16/11

AnalyticsResponse() - Constructor for class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
apiKey(String) - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 
apiVersion(GooGlVersion) - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 

B

byName(String) - Static method in enum pl.project13.jgoogl.response.v1.enums.GooGlStatus
 

C

CountAndId - Class in pl.project13.jgoogl.response.v1
Date: 1/16/11
CountAndId() - Constructor for class pl.project13.jgoogl.response.v1.CountAndId
 

D

deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class pl.project13.jgoogl.gson.GooGlStatusDeserializer
 
deserialize(JsonElement, Type, JsonDeserializationContext) - Method in class pl.project13.jgoogl.gson.ISO8601DateDeserializer
 

E

Error - Class in pl.project13.jgoogl.response.v1.error
{ "error": { "errors": [ { "domain": "global", "reason": "internalError", "message": "Internal Error" } ], "code": 500, "message": "Internal Error" } }
Error() - Constructor for class pl.project13.jgoogl.response.v1.error.Error
 
error - Variable in class pl.project13.jgoogl.response.v1.GooGlResponse
 
ErrorDetails - Class in pl.project13.jgoogl.response.v1.error
{ "domain": "global", "reason": "internalError", "message": "Internal Error" }
ErrorDetails() - Constructor for class pl.project13.jgoogl.response.v1.error.ErrorDetails
 
ErrorDetails(String, String, String) - Constructor for class pl.project13.jgoogl.response.v1.error.ErrorDetails
 
execute() - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 
expand(String) - Method in class pl.project13.jgoogl.JGooGl
 
expand(String) - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 
ExpandResponse - Class in pl.project13.jgoogl.response.v1
{ "kind": "urlshortener#url", "id": "http://goo.gl/fbsS", "longUrl": "http://www.google.com/", "status": "OK" }
ExpandResponse() - Constructor for class pl.project13.jgoogl.response.v1.ExpandResponse
 

G

get() - Static method in class pl.project13.jgoogl.gson.GooGlGsonProvider
This Gson provider registers custom deserializers needed for our code to work properly, please use it
get() - Method in class pl.project13.jgoogl.JGooGl.Builder
 
getAnalytics() - Method in class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
getBrowsers() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getCode() - Method in class pl.project13.jgoogl.response.v1.error.Error
code is the HTTP status code of this response.
getCount() - Method in class pl.project13.jgoogl.response.v1.CountAndId
 
getCountries() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getCreatedAt() - Method in class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
getDomain() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
 
getError() - Method in class pl.project13.jgoogl.response.v1.GooGlResponse
 
getErrors() - Method in class pl.project13.jgoogl.response.v1.error.Error
 
getId() - Method in class pl.project13.jgoogl.response.v1.CountAndId
 
getKind() - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
getKind() - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
 
getLocation() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
location, if present, specifies the location in the request that caused the error, e.g.
getLocationType() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
locationType, if present, specifies what part of the request has an error.
getLongUrl() - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
longUrl is the long URL to which it expands.
getLongUrl() - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
longUrl is the long URL to which it expands.
getLongUrlClicks() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getMessage() - Method in class pl.project13.jgoogl.response.v1.error.Error
 
getMessage() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
message is a human readable explanation of the error.
getPlatforms() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getReason() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
reason specifies the error reason.
getReferrers() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getRequestBuilder() - Method in class pl.project13.jgoogl.JGooGl
 
getShortUrl() - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
getShortUrl() - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
Id is the short URL that expands to the long URL you provided.
getShortUrlClicks() - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
getStatus() - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
status is "OK" for most URLs.
GooGlAnalytics - Class in pl.project13.jgoogl.response.v1
Date: 1/16/11
GooGlAnalytics() - Constructor for class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
GooGlGsonProvider - Class in pl.project13.jgoogl.gson
Date: 1/16/11
GooGlGsonProvider() - Constructor for class pl.project13.jgoogl.gson.GooGlGsonProvider
 
GooGlProjection - Enum in pl.project13.jgoogl.conf
Date: 1/16/11

Can be used to perform analytics lookup queries on urls.

GooGlResponse - Class in pl.project13.jgoogl.response.v1
Date: 1/16/11
GooGlResponse() - Constructor for class pl.project13.jgoogl.response.v1.GooGlResponse
 
GooGlResponseFailureException - Exception in pl.project13.jgoogl.exceptions
Date: 1/16/11
GooGlResponseFailureException() - Constructor for exception pl.project13.jgoogl.exceptions.GooGlResponseFailureException
 
GooGlResponseFailureException(String) - Constructor for exception pl.project13.jgoogl.exceptions.GooGlResponseFailureException
 
GooGlResponseFailureException(String, Throwable) - Constructor for exception pl.project13.jgoogl.exceptions.GooGlResponseFailureException
 
GooGlResponseFailureException(Throwable) - Constructor for exception pl.project13.jgoogl.exceptions.GooGlResponseFailureException
 
GooGlResponseFailureException(String, Response) - Constructor for exception pl.project13.jgoogl.exceptions.GooGlResponseFailureException
 
GooGlStatus - Enum in pl.project13.jgoogl.response.v1.enums
Date: 1/16/11
GooGlStatusDeserializer - Class in pl.project13.jgoogl.gson
Date: 1/16/11
GooGlStatusDeserializer() - Constructor for class pl.project13.jgoogl.gson.GooGlStatusDeserializer
 
GooGlVersion - Enum in pl.project13.jgoogl.conf
Determine which GooGl version to use, they might have different URLs and API

H

hasErrors() - Method in class pl.project13.jgoogl.response.v1.GooGlResponse
 
hasErrors(String) - Static method in class pl.project13.jgoogl.utils.StringUtils
 
hasText(String) - Static method in class pl.project13.jgoogl.utils.StringUtils
 
HttpUtil - Class in pl.project13.jgoogl.utils
Date: 1/16/11
HttpUtil() - Constructor for class pl.project13.jgoogl.utils.HttpUtil
 

I

InvalidGooGlUrlException - Exception in pl.project13.jgoogl.exceptions
Date: 1/16/11
InvalidGooGlUrlException() - Constructor for exception pl.project13.jgoogl.exceptions.InvalidGooGlUrlException
 
InvalidGooGlUrlException(String) - Constructor for exception pl.project13.jgoogl.exceptions.InvalidGooGlUrlException
 
InvalidGooGlUrlException(String, Throwable) - Constructor for exception pl.project13.jgoogl.exceptions.InvalidGooGlUrlException
 
InvalidGooGlUrlException(Throwable) - Constructor for exception pl.project13.jgoogl.exceptions.InvalidGooGlUrlException
 
ISO8601DateDeserializer - Class in pl.project13.jgoogl.gson
Date: 1/17/11
ISO8601DateDeserializer() - Constructor for class pl.project13.jgoogl.gson.ISO8601DateDeserializer
 

J

JGooGl - Class in pl.project13.jgoogl
Date: 1/16/11
JGooGl.Builder - Class in pl.project13.jgoogl
 
JGooGl.Builder() - Constructor for class pl.project13.jgoogl.JGooGl.Builder
 
JGooGlBuilder - Class in pl.project13.jgoogl
You may use
JGooGlBuilder() - Constructor for class pl.project13.jgoogl.JGooGlBuilder
 
JGooGlWithAnalytics - Class in pl.project13.jgoogl
Date: 3/3/11

K

kind - Variable in class pl.project13.jgoogl.response.v1.ExpandResponse
 

L

longUrl - Variable in class pl.project13.jgoogl.response.v1.ExpandResponse
 

O

onKey(String) - Method in class pl.project13.jgoogl.JGooGl
 
onNoKey() - Method in class pl.project13.jgoogl.JGooGl
 
onProjection(GooGlProjection) - Method in class pl.project13.jgoogl.JGooGl
 
onVersion(GooGlVersion) - Method in class pl.project13.jgoogl.JGooGl
 

P

pl.project13.jgoogl - package pl.project13.jgoogl
 
pl.project13.jgoogl.conf - package pl.project13.jgoogl.conf
 
pl.project13.jgoogl.exceptions - package pl.project13.jgoogl.exceptions
 
pl.project13.jgoogl.gson - package pl.project13.jgoogl.gson
 
pl.project13.jgoogl.request.v1 - package pl.project13.jgoogl.request.v1
 
pl.project13.jgoogl.response.v1 - package pl.project13.jgoogl.response.v1
 
pl.project13.jgoogl.response.v1.enums - package pl.project13.jgoogl.response.v1.enums
 
pl.project13.jgoogl.response.v1.error - package pl.project13.jgoogl.response.v1.error
 
pl.project13.jgoogl.utils - package pl.project13.jgoogl.utils
 
POST(String, Map<String, String>) - Method in class pl.project13.jgoogl.utils.HttpUtil
 
projection(GooGlProjection) - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 

R

RequestBuilder - Class in pl.project13.jgoogl.request.v1
Date: 1/16/11
RequestBuilder(AsyncHttpClient, Gson) - Constructor for class pl.project13.jgoogl.request.v1.RequestBuilder
 

S

serviceUrl - Variable in enum pl.project13.jgoogl.conf.GooGlVersion
 
setAnalytics(AnalyticsResponse.AnalyticsMap) - Method in class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
setBrowsers(List<CountAndId>) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setCode(Integer) - Method in class pl.project13.jgoogl.response.v1.error.Error
 
setCount(Long) - Method in class pl.project13.jgoogl.response.v1.CountAndId
 
setCountries(List<CountAndId>) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setCreatedAt(Date) - Method in class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
setDomain(String) - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
 
setError(Error) - Method in class pl.project13.jgoogl.response.v1.GooGlResponse
 
setErrors(List<ErrorDetails>) - Method in class pl.project13.jgoogl.response.v1.error.Error
 
setId(String) - Method in class pl.project13.jgoogl.response.v1.CountAndId
 
setKind(String) - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
setKind(String) - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
 
setLocation(String) - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
location, if present, specifies the location in the request that caused the error, e.g.
setLocationType(String) - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
locationType, if present, specifies what part of the request has an error.
setLongUrl(String) - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
setLongUrl(String) - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
 
setLongUrlClicks(Long) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setMessage(String) - Method in class pl.project13.jgoogl.response.v1.error.Error
 
setMessage(String) - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
message is a human readable explanation of the error.
setPlatforms(List<CountAndId>) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setReason(String) - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
reason specifies the error reason.
setReferrers(List<CountAndId>) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setRequestBuilder(RequestBuilder) - Method in class pl.project13.jgoogl.JGooGl
 
setShortUrl(String) - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
setShortUrl(String) - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
 
setShortUrlClicks(Long) - Method in class pl.project13.jgoogl.response.v1.GooGlAnalytics
 
setStatus(GooGlStatus) - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
shorten(String) - Method in class pl.project13.jgoogl.JGooGl
 
shorten(String) - Method in class pl.project13.jgoogl.request.v1.RequestBuilder
 
ShortenResponse - Class in pl.project13.jgoogl.response.v1
{ "kind": "urlshortener#url", "id": "http://goo.gl/fbsS", "longUrl": "http://www.google.com/" }
ShortenResponse() - Constructor for class pl.project13.jgoogl.response.v1.ShortenResponse
 
shortUrl - Variable in class pl.project13.jgoogl.response.v1.ExpandResponse
 
status - Variable in class pl.project13.jgoogl.response.v1.ExpandResponse
 
StringUtils - Class in pl.project13.jgoogl.utils
Date: 1/16/11
StringUtils() - Constructor for class pl.project13.jgoogl.utils.StringUtils
 

T

toString() - Method in class pl.project13.jgoogl.response.v1.AnalyticsResponse
 
toString() - Method in class pl.project13.jgoogl.response.v1.error.Error
 
toString() - Method in class pl.project13.jgoogl.response.v1.error.ErrorDetails
 
toString() - Method in class pl.project13.jgoogl.response.v1.ExpandResponse
 
toString() - Method in class pl.project13.jgoogl.response.v1.ShortenResponse
 

U

urlParamValue - Variable in enum pl.project13.jgoogl.conf.GooGlProjection
 
useKey(String) - Method in class pl.project13.jgoogl.JGooGl.Builder
 
useProjection(GooGlProjection) - Method in class pl.project13.jgoogl.JGooGl.Builder
 
useSupplied(Gson) - Method in class pl.project13.jgoogl.JGooGl.Builder
 
useSupplied(AsyncHttpClient) - Method in class pl.project13.jgoogl.JGooGl.Builder
 
useVersion(GooGlVersion) - Method in class pl.project13.jgoogl.JGooGl.Builder
 

V

valueOf(String) - Static method in enum pl.project13.jgoogl.conf.GooGlProjection
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.project13.jgoogl.conf.GooGlVersion
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum pl.project13.jgoogl.response.v1.enums.GooGlStatus
Returns the enum constant of this type with the specified name.
values() - Static method in enum pl.project13.jgoogl.conf.GooGlProjection
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.project13.jgoogl.conf.GooGlVersion
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum pl.project13.jgoogl.response.v1.enums.GooGlStatus
Returns an array containing the constants of this enum type, in the order they are declared.

W

withAnalytics(GooGlProjection) - Method in class pl.project13.jgoogl.JGooGl
 
withKey(String) - Static method in class pl.project13.jgoogl.JGooGl
 
withoutKey() - Static method in class pl.project13.jgoogl.JGooGl
 
A B C D E G H I J K L O P R S T U V W 

Copyright © 2011-2013. All Rights Reserved.