Class ResourceMoveDefinition


  • public final class ResourceMoveDefinition
    extends Object
    Contains the information necessary to perform a resource move (rename).
    • Constructor Detail

      • ResourceMoveDefinition

        public ResourceMoveDefinition()
    • Method Detail

      • id

        public String id()
        Get the id property: The target ID for the resource.
        Returns:
        the id value.
      • withId

        public ResourceMoveDefinition withId​(String id)
        Set the id property: The target ID for the resource.
        Parameters:
        id - the id value to set.
        Returns:
        the ResourceMoveDefinition object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.