Uses of Class
org.springframework.social.google.api.calendar.Visibility
-
Packages that use Visibility Package Description org.springframework.social.google.api.calendar Spring Social's Service APIs for Google Calendar. -
-
Uses of Visibility in org.springframework.social.google.api.calendar
Methods in org.springframework.social.google.api.calendar that return Visibility Modifier and Type Method Description VisibilityEvent. getVisibility()The visibility of this event.static VisibilityVisibility. valueOf(String name)Returns the enum constant of this type with the specified name.static Visibility[]Visibility. values()Returns an array containing the constants of this enum type, in the order they are declared.
-