Skip navigation links
A B C D F G I L M R T 

A

annotation() - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
A LegAnnotation that contains additional details about each line segment along the route geometry.
annotation(LegAnnotation) - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh.Builder
A LegAnnotation that contains additional details about each line segment along the route geometry.

B

build() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
Builds a new DirectionsRefreshResponse object.
build() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh.Builder
Build a new DirectionsRouteRefresh object.
build() - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh.Builder
Build a new RouteLegRefresh object.
builder() - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Create a new instance of this class by using the DirectionsRefreshResponse.Builder class.
Builder() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
 
builder() - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
Create a new instance of this class by using the DirectionsRouteRefresh.Builder class.
Builder() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh.Builder
 
builder() - Static method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
Create a new instance of this class by using the RouteLegRefresh.Builder class.
Builder() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh.Builder
 

C

closures(List<Closure>) - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh.Builder
A list of closures that occur on this leg.
closures() - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
A list of closures that occur on this leg.
code(String) - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
String indicating the state of the response.
code() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
String indicating the state of the response.
com.mapbox.api.directionsrefresh.v1 - package com.mapbox.api.directionsrefresh.v1
Contains classes for accessing the Directions Refresh API response.
com.mapbox.api.directionsrefresh.v1.models - package com.mapbox.api.directionsrefresh.v1.models
Contains the model classes which represent the Directions Refresh API response.
create() - Static method in class com.mapbox.api.directionsrefresh.v1.DirectionsRefreshAdapterFactory
Creates a TypeAdapter that AutoValues uses to generate specific type adapters when needed inside the direction package classes.

D

DirectionsRefreshAdapterFactory - Class in com.mapbox.api.directionsrefresh.v1
Required so that AutoValue can generate specific type adapters when needed inside the direction packages.
DirectionsRefreshAdapterFactory() - Constructor for class com.mapbox.api.directionsrefresh.v1.DirectionsRefreshAdapterFactory
 
DirectionsRefreshJsonObject - Class in com.mapbox.api.directionsrefresh.v1.models
Provides a base class for Directions model classes.
DirectionsRefreshJsonObject() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshJsonObject
 
DirectionsRefreshResponse - Class in com.mapbox.api.directionsrefresh.v1.models
Response object for Directions Refresh requests.
DirectionsRefreshResponse() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
 
DirectionsRefreshResponse.Builder - Class in com.mapbox.api.directionsrefresh.v1.models
This builder can be used to set the values describing the DirectionsRefreshResponse.
DirectionsRouteRefresh - Class in com.mapbox.api.directionsrefresh.v1.models
Detailed information about an individual route such as the duration, distance and geometry.
DirectionsRouteRefresh() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
 
DirectionsRouteRefresh.Builder - Class in com.mapbox.api.directionsrefresh.v1.models
This builder can be used to set the values describing the DirectionsRouteRefresh.

F

fromJson(String) - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Create a new instance of this class by passing in a formatted valid JSON String.
fromJson(String) - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
Create a new instance of this class by passing in a formatted valid JSON String.
fromJson(String) - Static method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
Create a new instance of this class by passing in a formatted valid JSON String.

G

getUnrecognizedJsonProperties() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshJsonObject
Use this method to get JSON properties that weren't recognized during JSON serialization by the model.

I

incidents(List<Incident>) - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh.Builder
A list of incidents that occur on this leg.
incidents() - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
A list of incidents that occur on this leg.

L

legs(List<RouteLegRefresh>) - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh.Builder
A Leg Refresh is an object contain refresh data between only two DirectionsWaypoint.
legs() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
A Leg Refresh is an object contain refresh data between only two DirectionsWaypoint.

M

message(String) - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
Optionally shows up in a response if an error or something unexpected occurred.
message() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Optionally shows up in a response if an error or something unexpected occurred.

R

route(DirectionsRouteRefresh) - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
Barebones DirectionsRouteRefresh which only contains a list of RouteLegRefreshs, which only contain lists of the refreshed annotations.
route() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Barebones DirectionsRouteRefresh which only contains a list of RouteLegRefreshs, which only contain lists of the refreshed annotations.
RouteLegRefresh - Class in com.mapbox.api.directionsrefresh.v1.models
A route refresh data between only two DirectionsWaypoint.
RouteLegRefresh() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
 
RouteLegRefresh.Builder - Class in com.mapbox.api.directionsrefresh.v1.models
This builder can be used to set the values describing the RouteLegRefresh.

T

toBuilder() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
Convert the current DirectionsRouteRefresh to its builder holding the currently assigned values.
toBuilder() - Method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
Convert the current RouteLegRefresh to its builder holding the currently assigned values.
toJson() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshJsonObject
This takes the currently defined values found inside this instance and converts it to a json string.
typeAdapter(Gson) - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Gson type adapter for parsing Gson to this class.
typeAdapter(Gson) - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRouteRefresh
Gson type adapter for parsing Gson to this class.
typeAdapter(Gson) - Static method in class com.mapbox.api.directionsrefresh.v1.models.RouteLegRefresh
Gson type adapter for parsing Gson to this class.
A B C D F G I L M R T 
Skip navigation links