Uses of Enum Class
org.eclipse.ditto.things.model.signals.commands.ThingResource
Packages that use ThingResource
-
Uses of ThingResource in org.eclipse.ditto.things.model.signals.commands
Methods in org.eclipse.ditto.things.model.signals.commands that return ThingResourceModifier and TypeMethodDescriptionstatic ThingResourceReturns the enum constant of this class with the specified name.static ThingResource[]ThingResource.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.eclipse.ditto.things.model.signals.commands that return types with arguments of type ThingResourceModifier and TypeMethodDescriptionstatic Optional<ThingResource>ThingResource.from(org.eclipse.ditto.json.JsonPointer path) Resolve the ThingResource from a path.