Class NodeBodyMove

  • All Implemented Interfaces:

    @JsonClass(generateAdapter = true) 
    public final class NodeBodyMove
    
                        
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      final String getTargetParentId()
      final Unit setTargetParentId(@Json(name = "targetParentId") String targetParentId)
      final String getName() The name must not contain spaces or the following special characters: * \" <> \\ / ?
      final Unit setName(@Json(name = "name") String name) The name must not contain spaces or the following special characters: * \" <> \\ / ?
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • NodeBodyMove

        NodeBodyMove(String targetParentId, String name)
    • Method Detail

      • getName

         final String getName()

        The name must not contain spaces or the following special characters: * \" <> \\ / ? : and |. The character . must not be used at the end of the name.

      • setName

         final Unit setName(@Json(name = "name") String name)

        The name must not contain spaces or the following special characters: * \" <> \\ / ? : and |. The character . must not be used at the end of the name.