AssignToAppOptionalParameter Class

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

public class AssignToAppOptionalParameter

The AssignToAppOptionalParameter model.

Method Summary

Modifier and Type Method and Description
String armToken()

Get the armToken value.

AzureAccountInfoObject azureAccountInfoObject()

Get the azureAccountInfoObject value.

String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

AssignToAppOptionalParameter withArmToken(String armToken)

Set the armToken value.

AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

Set the azureAccountInfoObject value.

AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Method Details

armToken

public String armToken()

Get the armToken value.

Returns:

the armToken value

azureAccountInfoObject

public AzureAccountInfoObject azureAccountInfoObject()

Get the azureAccountInfoObject value.

Returns:

the azureAccountInfoObject value

thisclientacceptLanguage

public String thisclientacceptLanguage()

Get the thisclientacceptLanguage value.

Returns:

the thisclientacceptLanguage value

withArmToken

public AssignToAppOptionalParameter withArmToken(String armToken)

Set the armToken value.

Parameters:

armToken - the armToken value to set

Returns:

the AssignToAppOptionalParameter object itself.

withAzureAccountInfoObject

public AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

Set the azureAccountInfoObject value.

Parameters:

azureAccountInfoObject - the azureAccountInfoObject value to set

Returns:

the AssignToAppOptionalParameter object itself.

withThisclientacceptLanguage

public AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the AssignToAppOptionalParameter object itself.

Applies to