Uses of Class
com.github.davidmoten.odata.client.PathStyle
-
Packages that use PathStyle Package Description com.github.davidmoten.odata.client -
-
Uses of PathStyle in com.github.davidmoten.odata.client
Methods in com.github.davidmoten.odata.client that return PathStyle Modifier and Type Method Description PathStylePath. style()static PathStylePathStyle. valueOf(String name)Returns the enum constant of this type with the specified name.static PathStyle[]PathStyle. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.github.davidmoten.odata.client with parameters of type PathStyle Modifier and Type Method Description TTestingService.BuilderBase. pathStyle(PathStyle pathStyle)static TestingService.BuilderTestingService. pathStyle(PathStyle pathStyle)Constructors in com.github.davidmoten.odata.client with parameters of type PathStyle Constructor Description Path(String url, PathStyle style)Path(String url, Map<String,String> queries, PathStyle style)
-