TransportSpecification.BicycleBuilder (API Reference)
Package com.here.sdk.transport
Class TransportSpecification.BicycleBuilder
java.lang.Object
com.here.NativeBase
com.here.sdk.transport.TransportSpecification.BicycleBuilder
- Enclosing class:
- TransportSpecification
This class constructs a TransportSpecification for a bicycle.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds theTransportSpecificationobject for a bicycle with the specifications taken from theTransportSpecification.BicycleBuilderobject.
-
Constructor Details
-
BicycleBuilder
public BicycleBuilder()Creates a new instance of this class.
-
-
Method Details
-
build
Builds the
TransportSpecificationobject for a bicycle with the specifications taken from theTransportSpecification.BicycleBuilderobject.- Returns:
The
TransportSpecificationobject created from theTransportSpecification.BicycleBuilderobject.
-