Uses of Class
lumis.service.seo.robotstxt.UserAgentPermission
-
Packages that use UserAgentPermission Package Description lumis.service.seo.robotstxt -
-
Uses of UserAgentPermission in lumis.service.seo.robotstxt
Methods in lumis.service.seo.robotstxt that return types with arguments of type UserAgentPermission Modifier and Type Method Description List<UserAgentPermission>
UserAgent. getPermissions()
Returns the permissions.Method parameters in lumis.service.seo.robotstxt with type arguments of type UserAgentPermission Modifier and Type Method Description void
UserAgent. setPermissions(List<UserAgentPermission> permissions)
Sets the permissions.
-