Skip navigation links
B C D F M R T 

B

build() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
Builds a new DirectionsRefreshResponse 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
 

C

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.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.models.DirectionsRefreshAdapterFactory
Creates a TypeAdapter that AutoValue uses to generate specific type adapters.

D

DirectionsRefreshAdapterFactory - Class in com.mapbox.api.directionsrefresh.v1.models
Required so that AutoValue can generate specific type adapters when needed inside the directions refresh package.
DirectionsRefreshAdapterFactory() - Constructor for class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshAdapterFactory
 
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.

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.

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(DirectionsRoute) - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse.Builder
Barebones DirectionsRoute which only contains a list of RouteLegs, which only contain lists of the refreshed annotations.
route() - Method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Barebones DirectionsRoute which only contains a list of RouteLegs, which only contain lists of the refreshed annotations.

T

typeAdapter(Gson) - Static method in class com.mapbox.api.directionsrefresh.v1.models.DirectionsRefreshResponse
Gson type adapter for parsing Gson to this class.
B C D F M R T 
Skip navigation links