Interface ApplicationLinkRestrictions
@PublicApi
public interface ApplicationLinkRestrictions
Handles the settings for how restrictively application links are treated by
the whitelist by default.
- Since:
- 5.0
-
Method Summary
Modifier and TypeMethodDescriptionGets the restrictiveness of application links.voidsetRestrictiveness(ApplicationLinkRestrictiveness applicationLinkRestrictiveness) Sets how restrictively application links are treated by default.
-
Method Details
-
setRestrictiveness
Sets how restrictively application links are treated by default.- Parameters:
applicationLinkRestrictiveness- Value defining how restrictively application links are treated.
-
getRestrictiveness
ApplicationLinkRestrictiveness getRestrictiveness()Gets the restrictiveness of application links.- Returns:
- Value defining how restrictively application links are treated by default.
-