Class SwaggerCustomDynamicTreeCommand

java.lang.Object
com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTreeCommand

public final class SwaggerCustomDynamicTreeCommand extends Object
The swagger tree command.
  • Constructor Details

    • SwaggerCustomDynamicTreeCommand

      public SwaggerCustomDynamicTreeCommand()
      Creates an instance of SwaggerCustomDynamicTreeCommand class.
  • Method Details

    • operationId

      public String operationId()
      Get the operationId property: The path to an item property which defines the display name of the item.
      Returns:
      the operationId value.
    • withOperationId

      public SwaggerCustomDynamicTreeCommand withOperationId(String operationId)
      Set the operationId property: The path to an item property which defines the display name of the item.
      Parameters:
      operationId - the operationId value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • itemsPath

      public String itemsPath()
      Get the itemsPath property: The path to an item property which defines the display name of the item.
      Returns:
      the itemsPath value.
    • withItemsPath

      public SwaggerCustomDynamicTreeCommand withItemsPath(String itemsPath)
      Set the itemsPath property: The path to an item property which defines the display name of the item.
      Parameters:
      itemsPath - the itemsPath value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • itemValuePath

      public String itemValuePath()
      Get the itemValuePath property: The path to an item property which defines the display name of the item.
      Returns:
      the itemValuePath value.
    • withItemValuePath

      public SwaggerCustomDynamicTreeCommand withItemValuePath(String itemValuePath)
      Set the itemValuePath property: The path to an item property which defines the display name of the item.
      Parameters:
      itemValuePath - the itemValuePath value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • itemTitlePath

      public String itemTitlePath()
      Get the itemTitlePath property: The path to an item property which defines the display name of the item.
      Returns:
      the itemTitlePath value.
    • withItemTitlePath

      public SwaggerCustomDynamicTreeCommand withItemTitlePath(String itemTitlePath)
      Set the itemTitlePath property: The path to an item property which defines the display name of the item.
      Parameters:
      itemTitlePath - the itemTitlePath value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • itemFullTitlePath

      public String itemFullTitlePath()
      Get the itemFullTitlePath property: The path to an item property which defines the display name of the item.
      Returns:
      the itemFullTitlePath value.
    • withItemFullTitlePath

      public SwaggerCustomDynamicTreeCommand withItemFullTitlePath(String itemFullTitlePath)
      Set the itemFullTitlePath property: The path to an item property which defines the display name of the item.
      Parameters:
      itemFullTitlePath - the itemFullTitlePath value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • itemIsParent

      public String itemIsParent()
      Get the itemIsParent property: The path to an item property which defines the display name of the item.
      Returns:
      the itemIsParent value.
    • withItemIsParent

      public SwaggerCustomDynamicTreeCommand withItemIsParent(String itemIsParent)
      Set the itemIsParent property: The path to an item property which defines the display name of the item.
      Parameters:
      itemIsParent - the itemIsParent value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • selectableFilter

      public String selectableFilter()
      Get the selectableFilter property: The path to an item property which defines the display name of the item.
      Returns:
      the selectableFilter value.
    • withSelectableFilter

      public SwaggerCustomDynamicTreeCommand withSelectableFilter(String selectableFilter)
      Set the selectableFilter property: The path to an item property which defines the display name of the item.
      Parameters:
      selectableFilter - the selectableFilter value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • parameters

      Get the parameters property: Dictionary of <SwaggerCustomDynamicTreeParameter>.
      Returns:
      the parameters value.
    • withParameters

      Set the parameters property: Dictionary of <SwaggerCustomDynamicTreeParameter>.
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the SwaggerCustomDynamicTreeCommand object itself.
    • validate

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