Package com.microsoft.graph.models
Class CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder
java.lang.Object
com.microsoft.graph.models.CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder
- Enclosing class:
CalendarAllowedCalendarSharingRolesParameterSet
public static final class CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder
extends Object
Fluent builder for the CalendarAllowedCalendarSharingRolesParameterSet
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedInstanciates a new CalendarAllowedCalendarSharingRolesParameterSetBuilder -
Method Summary
Modifier and TypeMethodDescriptionbuild()Buils the resulting body object to be passed to the requestSets the User
-
Field Details
-
user
The user parameter value
-
-
Constructor Details
-
CalendarAllowedCalendarSharingRolesParameterSetBuilder
@Nullable protected CalendarAllowedCalendarSharingRolesParameterSetBuilder()Instanciates a new CalendarAllowedCalendarSharingRolesParameterSetBuilder
-
-
Method Details
-
withUser
@Nonnull public CalendarAllowedCalendarSharingRolesParameterSet.CalendarAllowedCalendarSharingRolesParameterSetBuilder withUser(@Nullable String val) Sets the User- Parameters:
val- the value to set it to- Returns:
- the current builder object
-
build
Buils the resulting body object to be passed to the request- Returns:
- the body object to pass to the request
-