name property

String? name
getter/setter pair

The name of the resource. Note that changing the name of a resource changes the path and URI of all children. Note that the parent of this resource must be notified that the name has changed so that it finds the resource under the correct new URI when another request arrives.

Implementation

String? name;