ApplicationSettingUpdateObject Class
- java.
lang. Object - com.
microsoft. azure. cognitiveservices. language. luis. authoring. models. ApplicationSettingUpdateObject
- com.
public class ApplicationSettingUpdateObject
Object model for updating an application's settings.
Method Summary
Modifier and Type | Method and Description |
---|---|
boolean |
isPublic()
Get the isPublic value. |
Application |
withIsPublic(boolean isPublic)
Set the isPublic value. |
Method Details
isPublic
public boolean isPublic()
Get the isPublic value.
Returns:
the isPublic value
withIsPublic
public ApplicationSettingUpdateObject withIsPublic(boolean isPublic)
Set the isPublic value.
Parameters:
isPublic
- the isPublic value to set
Returns:
the ApplicationSettingUpdateObject object itself.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java