RemoveFromAppOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. RemoveFromAppOptionalParameter
- com.
public class RemoveFromAppOptionalParameter
The RemoveFromAppOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
armToken()
Get the armToken value. |
Azure |
azureAccountInfoObject()
Get the azureAccountInfoObject value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Remove |
withArmToken(String armToken)
Set the armToken value. |
Remove |
withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Set the azureAccountInfoObject value. |
Remove |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
armToken
public String armToken()
Get the armToken value.
Returns:
azureAccountInfoObject
public AzureAccountInfoObject azureAccountInfoObject()
Get the azureAccountInfoObject value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withArmToken
public RemoveFromAppOptionalParameter withArmToken(String armToken)
Set the armToken value.
Parameters:
Returns:
withAzureAccountInfoObject
public RemoveFromAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Set the azureAccountInfoObject value.
Parameters:
Returns:
withThisclientacceptLanguage
public RemoveFromAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java