Delen via


Apps.AppsUpdateSettingsDefinitionStages.WithAllOptions Interface

public interface WithAllOptions

The stage of the definition which allows for any other optional settings to be specified.

Method Summary

Modifier and Type Method and Description
AppsUpdateSettingsDefinitionStages.WithExecute withIsPublic(boolean isPublic)

Setting your application as public allows other people to use your application's endpoint using their own keys.

Method Details

withIsPublic

public AppsUpdateSettingsDefinitionStages.WithExecute withIsPublic(boolean isPublic)

Setting your application as public allows other people to use your application's endpoint using their own keys.

Parameters:

isPublic

Returns:

next definition stage

Applies to