Freigeben über


RemoveFromAppOptionalParameter Class

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

public class RemoveFromAppOptionalParameter

The RemoveFromAppOptionalParameter 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.

RemoveFromAppOptionalParameter withArmToken(String armToken)

Set the armToken value.

RemoveFromAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

Set the azureAccountInfoObject value.

RemoveFromAppOptionalParameter 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 RemoveFromAppOptionalParameter withArmToken(String armToken)

Set the armToken value.

Parameters:

armToken - the armToken value to set

Returns:

the RemoveFromAppOptionalParameter object itself.

withAzureAccountInfoObject

public RemoveFromAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)

Set the azureAccountInfoObject value.

Parameters:

azureAccountInfoObject - the azureAccountInfoObject value to set

Returns:

the RemoveFromAppOptionalParameter object itself.

withThisclientacceptLanguage

public RemoveFromAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)

Set the thisclientacceptLanguage value.

Parameters:

thisclientacceptLanguage - the thisclientacceptLanguage value to set

Returns:

the RemoveFromAppOptionalParameter object itself.

Applies to