Class CalendarAllowedCalendarSharingRolesParameterSet

java.lang.Object
com.microsoft.graph.models.CalendarAllowedCalendarSharingRolesParameterSet

public class CalendarAllowedCalendarSharingRolesParameterSet extends Object
The class for the Calendar Allowed Calendar Sharing Roles Parameter Set.
  • Field Details

    • user

      @SerializedName(value="user", alternate="User") @Expose @Nullable public String user
      The user.
  • Constructor Details

    • CalendarAllowedCalendarSharingRolesParameterSet

      public CalendarAllowedCalendarSharingRolesParameterSet()
      Instiaciates a new CalendarAllowedCalendarSharingRolesParameterSet
    • CalendarAllowedCalendarSharingRolesParameterSet

      protected CalendarAllowedCalendarSharingRolesParameterSet(@Nonnull CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder builder)
      Instiaciates a new CalendarAllowedCalendarSharingRolesParameterSet
      Parameters:
      builder - builder bearing the parameters to initialize from
  • Method Details