- 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