AssignToAppOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. AssignToAppOptionalParameter
- com.
public class AssignToAppOptionalParameter
The AssignToAppOptionalParameter 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. |
Assign |
withArmToken(String armToken)
Set the armToken value. |
Assign |
withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Set the azureAccountInfoObject value. |
Assign |
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 AssignToAppOptionalParameter withArmToken(String armToken)
Set the armToken value.
Parameters:
Returns:
withAzureAccountInfoObject
public AssignToAppOptionalParameter withAzureAccountInfoObject(AzureAccountInfoObject azureAccountInfoObject)
Set the azureAccountInfoObject value.
Parameters:
Returns:
withThisclientacceptLanguage
public AssignToAppOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java