Class SwaggerCustomDynamicTreeSettings

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

public final class SwaggerCustomDynamicTreeSettings extends Object
The swagger custom dynamic tree settings.
  • Constructor Details

    • SwaggerCustomDynamicTreeSettings

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

    • canSelectParentNodes

      public Boolean canSelectParentNodes()
      Get the canSelectParentNodes property: Indicates whether parent nodes can be selected.
      Returns:
      the canSelectParentNodes value.
    • withCanSelectParentNodes

      public SwaggerCustomDynamicTreeSettings withCanSelectParentNodes(Boolean canSelectParentNodes)
      Set the canSelectParentNodes property: Indicates whether parent nodes can be selected.
      Parameters:
      canSelectParentNodes - the canSelectParentNodes value to set.
      Returns:
      the SwaggerCustomDynamicTreeSettings object itself.
    • canSelectLeafNodes

      public Boolean canSelectLeafNodes()
      Get the canSelectLeafNodes property: Indicates whether leaf nodes can be selected.
      Returns:
      the canSelectLeafNodes value.
    • withCanSelectLeafNodes

      public SwaggerCustomDynamicTreeSettings withCanSelectLeafNodes(Boolean canSelectLeafNodes)
      Set the canSelectLeafNodes property: Indicates whether leaf nodes can be selected.
      Parameters:
      canSelectLeafNodes - the canSelectLeafNodes value to set.
      Returns:
      the SwaggerCustomDynamicTreeSettings object itself.
    • validate

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