Uses of Class
ch.phatec.publibike.network.utils.RequestType
-
Packages that use RequestType Package Description ch.phatec.publibike.network.utils -
-
Uses of RequestType in ch.phatec.publibike.network.utils
Methods in ch.phatec.publibike.network.utils that return RequestType Modifier and Type Method Description static RequestTypeRequestType. valueOf(String name)Returns the enum constant of this type with the specified name.static RequestType[]RequestType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in ch.phatec.publibike.network.utils with parameters of type RequestType Modifier and Type Method Description static URIUrlBuilder. build(RequestType type, Object... params)Build the url with the given parameters and the givenRequestType.
-