public static SiteVisibility fromValue(String v) returns the
site visibility as a SiteVisibility object from a string.
Parameters
- String v
- The site visibility as a string. The string can be one of "PRIVATE", "MODERATED", or "PUBLIC".
Returns
Returns a SiteVisibility object representing the visibility of the site.