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:
the force value
thisclientacceptLanguage
public String thisclientacceptLanguage()
Get the thisclientacceptLanguage value.
Returns:
the thisclientacceptLanguage value
withForce
public DeleteAppsOptionalParameter withForce(Boolean force)
Set the force value.
Parameters:
force
- the force value to set
Returns:
the DeleteAppsOptionalParameter object itself.
withThisclientacceptLanguage
public DeleteAppsOptionalParameter withThisclientacceptLanguage(String thisclientacceptLanguage)
Set the thisclientacceptLanguage value.
Parameters:
thisclientacceptLanguage
- the thisclientacceptLanguage value to set
Returns:
the DeleteAppsOptionalParameter object itself.