SwaggerCustomDynamicTree Class

  • java.lang.Object
    • com.azure.resourcemanager.logic.models.SwaggerCustomDynamicTree

public final class SwaggerCustomDynamicTree

The swagger custom dynamic tree.

Constructor Summary

Constructor Description
SwaggerCustomDynamicTree()

Creates an instance of SwaggerCustomDynamicTree class.

Method Summary

Modifier and Type Method and Description
SwaggerCustomDynamicTreeCommand browse()

Get the browse property: The tree on-browse configuration.

SwaggerCustomDynamicTreeCommand open()

Get the open property: The tree on-open configuration.

SwaggerCustomDynamicTreeSettings settings()

Get the settings property: The tree settings.

void validate()

Validates the instance.

SwaggerCustomDynamicTree withBrowse(SwaggerCustomDynamicTreeCommand browse)

Set the browse property: The tree on-browse configuration.

SwaggerCustomDynamicTree withOpen(SwaggerCustomDynamicTreeCommand open)

Set the open property: The tree on-open configuration.

SwaggerCustomDynamicTree withSettings(SwaggerCustomDynamicTreeSettings settings)

Set the settings property: The tree settings.

Methods inherited from java.lang.Object

Constructor Details

SwaggerCustomDynamicTree

public SwaggerCustomDynamicTree()

Creates an instance of SwaggerCustomDynamicTree class.

Method Details

browse

public SwaggerCustomDynamicTreeCommand browse()

Get the browse property: The tree on-browse configuration.

Returns:

the browse value.

open

public SwaggerCustomDynamicTreeCommand open()

Get the open property: The tree on-open configuration.

Returns:

the open value.

settings

public SwaggerCustomDynamicTreeSettings settings()

Get the settings property: The tree settings.

Returns:

the settings value.

validate

public void validate()

Validates the instance.

withBrowse

public SwaggerCustomDynamicTree withBrowse(SwaggerCustomDynamicTreeCommand browse)

Set the browse property: The tree on-browse configuration.

Parameters:

browse - the browse value to set.

Returns:

the SwaggerCustomDynamicTree object itself.

withOpen

public SwaggerCustomDynamicTree withOpen(SwaggerCustomDynamicTreeCommand open)

Set the open property: The tree on-open configuration.

Parameters:

open - the open value to set.

Returns:

the SwaggerCustomDynamicTree object itself.

withSettings

public SwaggerCustomDynamicTree withSettings(SwaggerCustomDynamicTreeSettings settings)

Set the settings property: The tree settings.

Parameters:

settings - the settings value to set.

Returns:

the SwaggerCustomDynamicTree object itself.

Applies to