LanguageExtensionsList Class

  • java.lang.Object
    • com.azure.resourcemanager.kusto.models.LanguageExtensionsList

public final class LanguageExtensionsList

The list of language extension objects.

Constructor Summary

Constructor Description
LanguageExtensionsList()

Creates an instance of LanguageExtensionsList class.

Method Summary

Modifier and Type Method and Description
void validate()

Validates the instance.

List<LanguageExtensionInner> value()

Get the value property: The list of language extensions.

LanguageExtensionsList withValue(List<LanguageExtensionInner> value)

Set the value property: The list of language extensions.

Methods inherited from java.lang.Object

Constructor Details

LanguageExtensionsList

public LanguageExtensionsList()

Creates an instance of LanguageExtensionsList class.

Method Details

validate

public void validate()

Validates the instance.

value

public List value()

Get the value property: The list of language extensions.

Returns:

the value value.

withValue

public LanguageExtensionsList withValue(List value)

Set the value property: The list of language extensions.

Parameters:

value - the value value to set.

Returns:

the LanguageExtensionsList object itself.

Applies to