DeleteAppsOptionalParameter Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. DeleteAppsOptionalParameter
- com.
public class DeleteAppsOptionalParameter
The DeleteAppsOptionalParameter model.
Method Summary
Modifier and Type | Method and Description |
---|---|
Boolean |
force()
Get the force value. |
String |
thisclientacceptLanguage()
Get the thisclientacceptLanguage value. |
Delete |
withForce(Boolean force)
Set the force value. |
Delete |
withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value. |
Method Details
force
public Boolean force()
Get the force value.
Returns:
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
withForce
public DeleteAppsOptionalParameter withForce(Boolean force)
Set the force value.
Parameters:
Returns:
withThisclientacceptLanguage
public DeleteAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
Returns:
Applies to
Azure SDK for Java