Uses of Class
com.c8db.velocystream.RequestType
-
Packages that use RequestType Package Description com.c8db.internal com.c8db.velocystream -
-
Uses of RequestType in com.c8db.internal
Methods in com.c8db.internal with parameters of type RequestType Modifier and Type Method Description protected RequestC8Executeable. request(String tenant, String database, RequestType requestType, String... path) -
Uses of RequestType in com.c8db.velocystream
Methods in com.c8db.velocystream that return RequestType Modifier and Type Method Description static RequestTypeRequestType. fromType(int type)RequestTypeRequest. getRequestType()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.Constructors in com.c8db.velocystream with parameters of type RequestType Constructor Description Request(String tenant, String database, RequestType requestType, String path)
-