PatchClosedListOptionalParameter Class

  • java.lang.Object
    • com.microsoft.azure.cognitiveservices.language.luis.authoring.models.PatchClosedListOptionalParameter

public class PatchClosedListOptionalParameter

The PatchClosedListOptionalParameter model.

Method Summary

Modifier and Type Method and Description
List<WordListObject> subLists()

Get the subLists value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

PatchClosedListOptionalParameter withSubLists(List<WordListObject> subLists)

Set the subLists value.

PatchClosedListOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

subLists

public List subLists()

Get the subLists value.

Returns:

the subLists value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withSubLists

public PatchClosedListOptionalParameter withSubLists(List subLists)

Set the subLists value.

Parameters:

subLists - the subLists value to set

Returns:

the PatchClosedListOptionalParameter object itself.

withThisclientacceptLanguage

public PatchClosedListOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the PatchClosedListOptionalParameter object itself.

Applies to