Uses of Enum
tech.oxfordsemantic.jrdfox.client.OfflineRequestResult
Packages that use OfflineRequestResult
-
Uses of OfflineRequestResult in tech.oxfordsemantic.jrdfox.client
Subclasses with type arguments of type OfflineRequestResult in tech.oxfordsemantic.jrdfox.clientModifier and TypeClassDescriptionenumDescribes the result of a request to bring a data store offline.Methods in tech.oxfordsemantic.jrdfox.client that return OfflineRequestResultModifier and TypeMethodDescriptionServerConnection.bringDataStoreOffline(String dataStoreName) Makes sure that the data store with the given name is offline.static OfflineRequestResultReturns the enum constant of this type with the specified name.static OfflineRequestResult[]OfflineRequestResult.values()Returns an array containing the constants of this enum type, in the order they are declared.