Uses of Class
org.eclipse.ditto.things.model.signals.commands.ThingResource
-
Packages that use ThingResource Package Description org.eclipse.ditto.things.model.signals.commands -
-
Uses of ThingResource in org.eclipse.ditto.things.model.signals.commands
Methods in org.eclipse.ditto.things.model.signals.commands that return ThingResource Modifier and Type Method Description static ThingResourceThingResource. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ThingResource[]ThingResource. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.eclipse.ditto.things.model.signals.commands that return types with arguments of type ThingResource Modifier and Type Method Description static java.util.Optional<ThingResource>ThingResource. from(org.eclipse.ditto.json.JsonPointer path)Resolve the ThingResource from a path.
-