Uses of Class
org.apache.olingo.odata2.client.core.uri.Segment
-
Packages that use Segment Package Description org.apache.olingo.odata2.client.core.uri org.apache.olingo.odata2.client.core.uri.util -
-
Uses of Segment in org.apache.olingo.odata2.client.core.uri
Fields in org.apache.olingo.odata2.client.core.uri with type parameters of type Segment Modifier and Type Field Description protected List<Segment>EdmURIBuilderImpl. segmentsprotected List<Segment>URIBuilderImpl. segments -
Uses of Segment in org.apache.olingo.odata2.client.core.uri.util
Method parameters in org.apache.olingo.odata2.client.core.uri.util with type arguments of type Segment Modifier and Type Method Description static URIUriUtil. getUri(List<Segment> segments, Map<String,String> queryOptions, Map<String,String> customQueryOptions, Map<String,Object> functionImportParameters)
-